Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-25128 (GCVE-0-2026-25128)
Vulnerability from cvelistv5 – Published: 2026-01-30 15:14 – Updated: 2026-02-11 18:38| 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:
>= 5.0.9, <= 5.3.3
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-25128",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-01-30T15:40:07.179707Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-01-30T15:40:55.259Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "fast-xml-parser",
"vendor": "NaturalIntelligence",
"versions": [
{
"status": "affected",
"version": "\u003e= 5.0.9, \u003c= 5.3.3"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "fast-xml-parser allows users to validate XML, parse XML to JS object, or build XML from JS object without C/C++ based libraries and no callback. In versions 5.0.9 through 5.3.3, a RangeError vulnerability exists in the numeric entity processing of fast-xml-parser when parsing XML with out-of-range entity code points (e.g., `\u0026#9999999;` or `\u0026#xFFFFFF;`). This causes the parser to throw an uncaught exception, crashing any application that processes untrusted XML input. Version 5.3.4 fixes the issue."
}
],
"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-20",
"description": "CWE-20: Improper Input Validation",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-248",
"description": "CWE-248: Uncaught Exception",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-02-11T18:38:40.192Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-37qj-frw5-hhjh",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-37qj-frw5-hhjh"
},
{
"name": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e387f61c4a5cef792f6a2f42467013290bf95dc",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e387f61c4a5cef792f6a2f42467013290bf95dc"
},
{
"name": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.4",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.4"
}
],
"source": {
"advisory": "GHSA-37qj-frw5-hhjh",
"discovery": "UNKNOWN"
},
"title": "fast-xml-parser has RangeError DoS Numeric Entities Bug"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-25128",
"datePublished": "2026-01-30T15:14:58.244Z",
"dateReserved": "2026-01-29T14:03:42.540Z",
"dateUpdated": "2026-02-11T18:38:40.192Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-25128",
"date": "2026-07-19",
"epss": "0.00559",
"percentile": "0.42793"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-25128\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-01-30T16:16:14.123\",\"lastModified\":\"2026-06-17T10:24:09.427\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"fast-xml-parser allows users to validate XML, parse XML to JS object, or build XML from JS object without C/C++ based libraries and no callback. In versions 5.0.9 through 5.3.3, a RangeError vulnerability exists in the numeric entity processing of fast-xml-parser when parsing XML with out-of-range entity code points (e.g., `\u0026#9999999;` or `\u0026#xFFFFFF;`). This causes the parser to throw an uncaught exception, crashing any application that processes untrusted XML input. Version 5.3.4 fixes the issue.\"},{\"lang\":\"es\",\"value\":\"fast-xml-parser permite a los usuarios validar XML, analizar XML a objeto JS o construir XML desde objeto JS sin librer\u00edas basadas en C/C++ y sin callback. En las versiones 4.3.6 a la 5.3.3, existe una vulnerabilidad de tipo RangeError en el procesamiento de entidades num\u00e9ricas de fast-xml-parser al analizar XML con puntos de c\u00f3digo de entidad fuera de rango (p. ej., \u0027?\u0027 o \u0027?\u0027). Esto provoca que el analizador lance una excepci\u00f3n no capturada, lo que bloquea cualquier aplicaci\u00f3n que procesa entrada XML no confiable. La versi\u00f3n 5.3.4 corrige el problema.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"NaturalIntelligence\",\"product\":\"fast-xml-parser\",\"versions\":[{\"version\":\"\u003e= 5.0.9, \u003c= 5.3.3\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-01-30T15:40:07.179707Z\",\"id\":\"CVE-2026-25128\",\"options\":[{\"exploitation\":\"poc\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-20\"},{\"lang\":\"en\",\"value\":\"CWE-248\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:naturalintelligence:fast-xml-parser:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.0.9\",\"versionEndExcluding\":\"5.3.4\",\"matchCriteriaId\":\"98ED3450-6A9F-46D1-9619-2EB783A43FBF\"}]}]}],\"references\":[{\"url\":\"https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e387f61c4a5cef792f6a2f42467013290bf95dc\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.4\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-37qj-frw5-hhjh\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-07-19T17:32:13+00:00",
"cve": "CVE-2026-25128",
"id": "CVE-2026-25128",
"initial_release_date": "2026-01-30T15:14:58.244000+00:00",
"product_status:fixed": "164",
"product_status:known_affected": "13",
"product_status:known_not_affected": "111",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "fast-xml-parser: fast-xml-parser has RangeError DoS Numeric Entities Bug",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-25128.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-25128\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-01-30T15:40:07.179707Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-01-30T15:40:48.124Z\"}}], \"cna\": {\"title\": \"fast-xml-parser has RangeError DoS Numeric Entities Bug\", \"source\": {\"advisory\": \"GHSA-37qj-frw5-hhjh\", \"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= 5.0.9, \u003c= 5.3.3\"}]}], \"references\": [{\"url\": \"https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-37qj-frw5-hhjh\", \"name\": \"https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-37qj-frw5-hhjh\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e387f61c4a5cef792f6a2f42467013290bf95dc\", \"name\": \"https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e387f61c4a5cef792f6a2f42467013290bf95dc\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.4\", \"name\": \"https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.4\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"fast-xml-parser allows users to validate XML, parse XML to JS object, or build XML from JS object without C/C++ based libraries and no callback. In versions 5.0.9 through 5.3.3, a RangeError vulnerability exists in the numeric entity processing of fast-xml-parser when parsing XML with out-of-range entity code points (e.g., `\u0026#9999999;` or `\u0026#xFFFFFF;`). This causes the parser to throw an uncaught exception, crashing any application that processes untrusted XML input. Version 5.3.4 fixes the issue.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-20\", \"description\": \"CWE-20: Improper Input Validation\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-248\", \"description\": \"CWE-248: Uncaught Exception\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-02-11T18:38:40.192Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-25128\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-02-11T18:38:40.192Z\", \"dateReserved\": \"2026-01-29T14:03:42.540Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-01-30T15:14:58.244Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:26420
Vulnerability from csaf_redhat - Published: 2026-06-16 17:21 - Updated: 2026-07-19 21:28A 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.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_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:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_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:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_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:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_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:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_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:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le | — |
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:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_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.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_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:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_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:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_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:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_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:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_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:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le | — |
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:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_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.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le | — |
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:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64 | — |
A flaw was found in fast-uri. A remote attacker could exploit this vulnerability by providing a specially crafted Uniform Resource Locator (URL) containing percent-encoded path separators and dot segments. Due to incorrect processing, fast-uri would decode these elements before proper normalization, leading to distinct URLs resolving to the same internal path. This could allow an attacker to bypass security policies that rely on path-based comparisons, potentially gaining unauthorized access to resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le | — |
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:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64 | — |
A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_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:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_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:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_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:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_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:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_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:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le | — |
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:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64 | — |
Workaround
|
A denial of service flaw has been discovered in the fast-xml-parser npm library. In fast-xml-parser, a RangeError vulnerability exists in the numeric entity processing of fast-xml-parser when parsing XML with out-of-range entity code points (e.g., `�` or `�`). This causes the parser to throw an uncaught exception, crashing any application that processes untrusted XML input.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_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:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_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:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_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:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_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:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_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:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le | — |
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:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_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.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_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:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_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:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_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:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_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:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_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:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le | — |
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:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Data Foundation 4.18.24 security, enhancement \u0026 bug fix update",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Data Foundation 4.18.24 security, enhancement \u0026 bug fix update\n\nFIXED BUGS:\n==========\nDFBUGS-7107: [Backport to 4.18.z] CLONE - ODF Console is breaking\nDFBUGS-7064: RHODF 4.18.24 release\nDFBUGS-7046: [Backport to odf-4.18.z] Update nodejs from v22.11.0 to v24.13.0\nDFBUGS-7018: [Critical] Upgrade ceph version to RHCEPH-8.1z6 at ODF-4.18.23\nDFBUGS-6843: Backport to odf-4.18.z intermittent S3 upload failures (HTTP 500 / InternalError) when uploading files to NooBaa buckets via JFrog Artifactory\nDFBUGS-6739: Backport to odf-4.18.z ODF 4.16.21- noobaa-endpoint crashes with Exit Code 1 due to unhandled AbortError from @azure/storage-blob\nDFBUGS-6486: [Backport to odf-4.18.z] rook-ceph-exporter log causes huge ODF must-gather",
"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:26420",
"url": "https://access.redhat.com/errata/RHSA-2026:26420"
},
{
"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-22029",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25128",
"url": "https://access.redhat.com/security/cve/CVE-2026-25128"
},
{
"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-6321",
"url": "https://access.redhat.com/security/cve/CVE-2026-6321"
},
{
"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_26420.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.18.24 security, enhancement \u0026 bug fix update",
"tracking": {
"current_release_date": "2026-07-19T21:28:42+00:00",
"generator": {
"date": "2026-07-19T21:28:42+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2026:26420",
"initial_release_date": "2026-06-16T17:21:21+00:00",
"revision_history": [
{
"date": "2026-06-16T17:21:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-18T05:32:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-19T21:28:42+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:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=1781555717"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3Ac1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=1781554936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256%3A91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-operator-bundle\u0026tag=1781560319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3Ad9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=1781555645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3Ac7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=1781556009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"product_id": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256%3Adedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=1781560103"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3Ad2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=1781558423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=1781555708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256%3Ab5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=1781561238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3Abf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=1781557202"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=1781555679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"product_id": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256%3Aef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=1781560412"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3Afa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=1781557189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3Af67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=1781556534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=1781556085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=1781555971"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256%3Aa4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=1781560693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Abe4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=1781557158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"product_id": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-dependencies-operator-bundle@sha256%3A786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-dependencies-operator-bundle\u0026tag=1781560000"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=1781556690"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=1781558326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256%3A7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=1781561060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=1781556544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3Adbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=1781556958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"product_id": "registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256%3A5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=1781561286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"product_id": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256%3A673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=1781561059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"product_id": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256%3A0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=1781560158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"product_id": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256%3A30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=1781561780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3Aca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=1781556901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"product_id": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256%3A6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=1781562697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3Accd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=1781557496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256%3Aaf11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=1781560380"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3Af65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=1781555717"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=1781554936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3Ad1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=1781555645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3Ae011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=1781556009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3Aca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=1781558423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=1781555708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=1781557202"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=1781555679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3Aaba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=1781557189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=1781556534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3Aebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=1781556085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=1781555971"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Abfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=1781557158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=1781556690"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=1781558326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=1781556544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=1781556958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=1781556901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3Acd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=1781557496"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3Abb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=1781555717"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3Ac0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=1781554936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3Aee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=1781555645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=1781556009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3Af8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=1781558423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3Aa1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=1781555708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=1781557202"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=1781555679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=1781557189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3Ab5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=1781556534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=1781556085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3Acb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=1781555971"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=1781557158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3Aa2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=1781556690"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=1781558326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=1781556544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=1781556958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=1781556901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=1781557496"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3Ac0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114?arch=arm64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=1781554936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3Abdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=1781556009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=1781555708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3Aaa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=1781555679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=1781557189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=1781555971"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Ade7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=1781557158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3Ae4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=1781558326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=1781556544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=1781556958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=1781556901"
}
}
}
],
"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:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_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:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_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:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_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:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_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:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_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:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_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:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_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:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_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:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_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:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_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:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_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:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_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:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_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:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_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:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_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:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_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:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_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:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_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:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_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:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_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:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_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:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_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:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_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:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_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:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_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:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_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:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_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:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_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:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_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:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_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:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_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:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_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:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_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:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_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:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_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:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_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:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_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:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_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-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_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:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_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:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_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:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_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:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_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:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_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:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_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:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_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-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_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:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_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:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_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:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_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-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_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:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_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:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_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:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_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-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_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:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_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:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_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:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_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:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_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:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_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-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_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:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_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:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_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:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_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:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_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:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_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-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_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:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_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:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_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:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_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:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_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:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_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-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_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:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_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:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_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:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_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:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_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:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_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:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_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:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_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:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_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:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_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:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_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:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_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-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_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:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_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:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_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:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_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:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_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:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_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:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_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:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_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-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_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:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_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-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_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:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_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-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_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:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_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:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_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:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_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:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_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:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_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-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_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:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_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:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_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:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_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:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_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:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_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-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_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:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_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-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_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:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_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:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_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:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_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-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_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:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_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:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_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:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_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:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_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:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_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:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_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:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_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:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_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:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_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:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_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:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_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:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_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:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_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-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_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:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_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:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_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:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_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:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_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:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_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-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_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:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_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:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_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:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_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:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_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:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_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-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_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:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_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:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_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:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_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:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_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:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_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:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_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:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_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:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_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:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"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:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_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:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_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:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_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:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_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-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_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:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_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:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_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:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_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-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_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:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_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:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_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:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
}
]
},
"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.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_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.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_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-06-16T17:21:21+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:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26420"
},
{
"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:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
]
}
],
"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.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_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.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_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-06-16T17:21:21+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:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26420"
},
{
"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.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
]
}
],
"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.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_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:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_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-06-16T17:21:21+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:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26420"
}
],
"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:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2026-6321",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-05-04T20:01:14.938426+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:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2466582"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-uri. A remote attacker could exploit this vulnerability by providing a specially crafted Uniform Resource Locator (URL) containing percent-encoded path separators and dot segments. Due to incorrect processing, fast-uri would decode these elements before proper normalization, leading to distinct URLs resolving to the same internal path. This could allow an attacker to bypass security policies that rely on path-based comparisons, potentially gaining unauthorized access to resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-uri: fast-uri: Path traversal vulnerability allows bypass of security policies",
"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:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6321"
},
{
"category": "external",
"summary": "RHBZ#2466582",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2466582"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6321",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6321"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6321",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6321"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/fastify/fast-uri/security/advisories/GHSA-q3j6-qgpj-74h6",
"url": "https://github.com/fastify/fast-uri/security/advisories/GHSA-q3j6-qgpj-74h6"
}
],
"release_date": "2026-05-04T19:31:57.253000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-16T17:21:21+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:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26420"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-uri: fast-uri: Path traversal vulnerability allows bypass of security policies"
},
{
"cve": "CVE-2026-22029",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-01-10T04:01:03.694749+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:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428412"
}
],
"notes": [
{
"category": "description",
"text": "A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "RHBZ#2428412",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428412"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22029"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx",
"url": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx"
}
],
"release_date": "2026-01-10T02:42:32.736000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-16T17:21:21+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:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26420"
},
{
"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:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects"
},
{
"cve": "CVE-2026-25128",
"cwe": {
"id": "CWE-248",
"name": "Uncaught Exception"
},
"discovery_date": "2026-01-30T16:01:27.320561+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:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2435497"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the fast-xml-parser npm library. In fast-xml-parser, a RangeError vulnerability exists in the numeric entity processing of fast-xml-parser when parsing XML with out-of-range entity code points (e.g., `\u0026#9999999;` or `\u0026#xFFFFFF;`). This causes the parser to throw an uncaught exception, crashing any application that processes untrusted XML input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser has RangeError DoS Numeric Entities Bug",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability impact of this flaw is limited to the application which bundles the fast-xml-parser library. Red Hat host systems are not at risk of availability impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25128"
},
{
"category": "external",
"summary": "RHBZ#2435497",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2435497"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25128",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25128"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25128",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25128"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e387f61c4a5cef792f6a2f42467013290bf95dc",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e387f61c4a5cef792f6a2f42467013290bf95dc"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.4",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.4"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-37qj-frw5-hhjh",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-37qj-frw5-hhjh"
}
],
"release_date": "2026-01-30T15:14:58.244000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-16T17:21:21+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:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26420"
},
{
"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:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fast-xml-parser: fast-xml-parser has RangeError DoS Numeric Entities Bug"
},
{
"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.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_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.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_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-06-16T17:21:21+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:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26420"
},
{
"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.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
]
}
],
"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.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:91088d98fb787c421767d43c917aba66f2fb7b5e1e4493f9e1b71776b91c6063_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:255ed925fd638caf248ca62723e4a77db96981a39d549a6bd0d415ca10a72354_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0103be1bffa6ea5eb14dbe4205cf263dd2287acda170dbcb1a0031cd9675114_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c0ec45fb9c604bcd8cb91d642073953f9c809ac30d497f00b34bc65656e87e7f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:c1fa14ae91d65fc11c82b69a2f9541d21a745d44efd24c604e6a27d04957f68d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:8b5095bbd2ef111017c383396a78c5e2011e6f1acc89f3e25cc5c513da3fa39d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:bb0f2f7cc5d8b8f3891e84dd1edca994116f49e2c3d5846f3a27459b65350c81_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:f65e82acbbcfb3cb4a640956351fe05cae2ecf457bf6af6ea18201a8ee6147b4_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d1fd81d29813df14d5f594ea1be3db86ac431a318c1705258ff77c03b0194b39_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:d9affb0ef99ebe62a9dd9419a2c63ffedd041b3767f60b9a7ae277da1e85142a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ee8b2fbccb80578ffc877b81b3d596a9f31ac858c4ad285bd31fe91c6358bc61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:dedcfccdebb5c0a393d4a64d7a9af23f57dd54d2cf616da32f612a29d4ded84f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:77162e7abaaecaa794c9854f1f4a1156525db5c53d5ae2552d0381011d4698ed_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:bdf017a7babddfc112476c895098a379daa882faa1b9f143338e4e2bdae73b94_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c7cc52b4278d0e11c2b59b5a0918181b5051ebbbf72778c06f187a53f50c0d3d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e011f249bc755bb4214fb489d18252d274948e308d58189fc58ddb0e6b033e85_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:ca1c46e5ba9e0ce052d7a1c0be6f891178ec67f305f1f2bcca98c0121ef91371_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d2ee226f8955c3999718a52941b36b41ee9b0d9d9fceb61aac240bfc5f9f3901_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:f8299774ae3e8f77b4e3f08508054e2f34f57afe6e48d4c504531c6e9c905f11_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:b5a1106102a10bd7ac49b4f3237b7d351a0ac820c8f7769f0aeff414f184bc9e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c0b4864ce9505ae78ef08cb2e8e2125a8d4550553df687782656683bffcfb6b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:65b2fffafa34a4d08697e5262936920d8344bacabbc924256a9c7d4817864096_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:99835488a1b30b768ff4302835afb491c81587d5dbf4532376341d17204ea20a_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:a1829d559de88f980816f31db2477ba0606f28efee783bc9093db4e542064f76_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:29f4a222472c130d69c777d059f864cb1e3af7af5217c1ecd39df3ff80993318_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3789a6546488cc07e27834ad97ed8c0c68e0a0186025b6c6ba7041e63586ada3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:bf27789a13be939d1a4dbe150c460777adf2e147eec3fa6894868f2a660294b1_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:ef92f86e98e2892ae769dc65fedc87a155efe3e8ea4ec5cb32712d2450fa652f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1dd7e077f3e77c10ab0433016e710dbaa261b4a17374c8e1c8c690fe439e1dbd_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:4dd15f7864d908e95c762eea03ea94bdc4db21e3e345b9e23d9207f59993d8f1_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7118d485c6ffb230cf8645b0e864390273586b132fe9b6b768fb1a95c1f40e65_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:aa064dd10df433deacdd9b3f978570122ef2c759d47dd53442ea2cebd1937aed_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:4cb6b2d94262a393198407aab5f9ce909fa019573bdefcce06c9cd69bcf16f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:779a59493ccd6ffeaef1d754e45a17c2a2af4ce00cfcdcb84b301fffea4e8718_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:aba0e8fa7b1ebcfeb272943aaf4c6bcce9b0979b9e94663c263a0b4189c30814_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:fa89c532e965815371022ba13076249feae5f4ea1326fb870714272af6a76884_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:90208fab0843412d56e36665816ddfcd2e580102e8bf838f6843ac1c8de8073f_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:b5284d194e662307948b8ef55155d5379c3fae819ed72c627ff83ce62ba775d9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:f67d4a84c1a773375aa68e606cf8cc1bc5d684fcb12657d213c449d865638f2a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2a62bdad7ad45e136417af820f20711e99eb2dc338365dd1d4ba55a7e420685c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:942a41754d5aab985f16ec7855cca137bcfe42b445cf007f7b8daffb2d82ad58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:ebc1e00884a084fe6f5aacb85708f25cb782ac46d4be310265f65024f3405a40_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:a4a30fd506f6eb4be001761639d401f5d64e749d723bd12420c2f32a6a6d7cfe_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:1020f38bcc25895ea55ae9d555f8df2f0919282c1142a516a899771bf6b6d40f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3c61ce58c1b13999da1b6209d9e49bd0ffd03a4d3709dc6f734e30e20da8f470_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:50221b0398535c8b4f1d425a142fd15582d6a8b2561dce5ff4aab0a729cbaa46_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cb15ca7512bf2bbde43752091e9c4b489fcd17ea46dc712e01e2039dba18fb51_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:1859fb91aabfbe3657a67f927c88f513a32fc4e6d677e9822da742ff1e2eae74_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:be4c47c665750a2604849e36843b39e5c8fdda1816a1a8ecf718f41a932dd8c4_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:bfd29ea0454d15e309d46506b682d794b8100c27d2a2dd9c541f5f19b6650503_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de7b3a45db874dcb159f85b2aa942565b0446efaf444ac06b96586f65d99bf33_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:786c1c7cd4e32f27e1965401cfb4b9b2e4cfd5395f00d113b85744ff09e7d670_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1dd764893289d8eec94f270a240d3b9f830dbe2bb1983a75a9b02769c06d0583_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2bcb71635687b0f869a331eb861d14d725025de785d6e10e74c8ef094a0832c6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a2b4f1987a0ab47400c6349c1dcfdb1ba5ba6b4f665f6810400d57f928fcdc05_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:7842cafda678d29dea19c8aa0bc4cba9bd625618ad46a84147315d1ca2df322a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1ad55e3f77993e19989df949a9f3a6e067f655a1aaadeac100c89a271eba7cd1_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:3845f5c32667bd909d63516a045bb345e0a3e654f7207f950c101b40691a6817_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:758a5a2d5fb6d75bf402351c040091afa02db89deb792d61d070d6b58ae7d03a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e4c66d8c0e3bd42c2c205cbba3f9a4933e348dfecdd692471fd929f088ae04d6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:15b1929d8c43dbd4162a4c6704fddaa2b95ff52abda18ddc5824eb0193c79981_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:259ad6da433caa60540d60a378dd012e72a7565cba2546b65b7637ea825cc1c9_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3108a42aced23db79a08b1056bbe72b4e9a58f01179e22d42865dfdcf302abe6_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:66756cfecfb6bdece1f0821d177178a610f4f99b8de674556c1888d1c824dec2_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:5e8d225c4b61a5f7f47b8e73f109d112aaccaaf444d5c645ac758a21e5ed8464_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:673c98445faf511c56402f192504e1eb02c2a3b469b8c7240537828e5ebb937d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1712a8afcdeb553b4d95b672d2a742b578514752b55a82e89d531f138cdee9f0_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:41d526e9d8838d4fd1bcef9c162e89b6a09fa1e0e74a1ed7c3fe40791d7cf1ce_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4f30f9e41faec93f7b823e2b2299eaeae50cbfe7bf03b8537bde7b7e237bb529_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:dbfefa0ce136e948fef813ed9e9c85dbe02ca634d86d8803930a34944b76036c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:0632a224a41634eb0c30db6a68a70dc1e2061a86b97c0a8beaaa5efe96ff8a5c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:30827fb64f28f2e24629c3e09b46546edafa3faf36a2aa6adfa5514de09e90e6_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:6b13ff40c8e9b4c9eaf132db455f87bcd00dd2e7a18a9138569ea4b23788bedd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:3e79eea4c768c76a072427d19a76c91e4e7c891e96451d9664d65a8b23bf5405_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:4e167287dd1d83bb62de2bce5c0347a30fd52c0527fd542598680b9540a9aa1a_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:64f217f1f95c515e1b0c8b6cedd3f18291bd53dbe149464bbb207450bd3e83ee_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ca804f0d5ee3c2ed86a897522f0d7e13bfbac1a6f94edcf41d8dfe918b6e0972_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:af11073ba5ab028c2296988bbacbad4cff2673d687c57b97145f0bd35257c7ae_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:850dab567562ae9f00d996b29753ebd32915c76cd1aa9f639acfb6284e4e4a86_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ccd849ba93d90a8a933d62667ee9c53e6846027a86fba50498e4121cee790b72_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:cd71ba8f05635f70654d7f0ed9a0549d85028df86315a4e975a01c2647c41de2_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
}
]
}
RHSA-2026:40984
Vulnerability from csaf_redhat - Published: 2026-07-16 11:26 - Updated: 2026-07-19 21:33A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_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:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_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:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_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:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_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:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_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:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_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:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_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:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_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:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_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:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_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:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_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:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_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:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_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:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_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:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_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:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_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:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_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:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64 | — |
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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64 | — |
Workaround
|
A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_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:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_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:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_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:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_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:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_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:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_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:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_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:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_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:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_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:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_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:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_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:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_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:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_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:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_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:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_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:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_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:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_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:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64 | — |
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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64 | — |
Workaround
|
A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_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:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_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:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_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:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_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:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_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:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_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:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_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:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_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:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_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:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_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:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_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:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_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:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_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:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_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:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_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:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_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:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_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:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64 | — |
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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64 | — |
Workaround
|
An ASN.1 Denial of Service (Dos) vulnerability exists in the node-forge asn1.fromDer function within forge/lib/asn1.js. The ASN.1 DER parser implementation (_fromDer) recurses for every constructed ASN.1 value (SEQUENCE, SET, etc.) and lacks a guard limiting recursion depth. An attacker can craft a small DER blob containing a very large nesting depth of constructed TLVs which causes the Node.js V8 engine to exhaust its call stack and throw RangeError: Maximum call stack size exceeded, crashing or incapacitating the process handling the parse. This is a remote, low-cost Denial-of-Service against applications that parse untrusted ASN.1 objects.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_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:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_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:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_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:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_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:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_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:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_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:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_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:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_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:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_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:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_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:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_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:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_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:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_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:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_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:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_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:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_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:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_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:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64 | — |
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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64 | — |
Workaround
|
An SSRF flaw has been discovered in Webpack. When experiments.buildHttp is enabled, webpack’s HTTP(S) resolver (HttpUriPlugin) enforces allowedUris only for the initial URL, but does not re-validate allowedUris after following HTTP 30x redirects. As a result, an import that appears restricted to a trusted allow-list can be redirected to HTTP(S) URLs outside the allow-list. This is a policy/allow-list bypass that enables build-time SSRF behavior (requests from the build machine to internal-only endpoints, depending on network access) and untrusted content inclusion in build outputs (redirected content is treated as module source and bundled).
CWE-918 - Server-Side Request Forgery (SSRF)| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_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:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_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:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_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:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_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:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_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:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_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:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_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:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_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:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_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:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_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:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_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:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_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:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_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:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_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:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_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:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_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:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_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:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64 | — |
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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64 | — |
Workaround
|
An SSRF flaw has been discovered in Webpack. When experiments.buildHttp is enabled, webpack’s HTTP(S) resolver (HttpUriPlugin) can be bypassed to fetch resources from hosts outside allowedUris by using crafted URLs that include userinfo (username:password@host). If allowedUris enforcement relies on a raw string prefix check (e.g., uri.startsWith(allowed)), a URL that looks allow-listed can pass validation while the actual network request is sent to a different authority/host after URL parsing. This is a policy/allow-list bypass that enables build-time SSRF behavior (outbound requests from the build machine to internal-only endpoints, depending on network access) and untrusted content inclusion (the fetched response is treated as module source and bundled).
CWE-918 - Server-Side Request Forgery (SSRF)| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_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:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_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:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_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:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_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:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_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:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_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:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_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:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_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:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_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:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_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:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_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:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_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:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_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:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_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:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_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:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_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:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_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:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64 | — |
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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64 | — |
Workaround
|
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_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:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_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:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_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:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_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:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_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:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_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:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_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:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_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:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_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:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_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:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_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:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_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:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_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:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_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:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_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:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_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:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_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:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64 | — |
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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64 | — |
Workaround
|
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.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_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:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_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:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_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:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_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:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_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:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_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:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_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:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_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:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_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:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_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:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_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:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_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:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_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:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_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:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_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:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_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:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_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:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64 | — |
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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64 | — |
Workaround
|
A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_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:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_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:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_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:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_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:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_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:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_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:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_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:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_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:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_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:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_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:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_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:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_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:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_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:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_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:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_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:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_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:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_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:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64 | — |
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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64 | — |
Workaround
|
A denial of service flaw has been discovered in the fast-xml-parser npm library. In fast-xml-parser, a RangeError vulnerability exists in the numeric entity processing of fast-xml-parser when parsing XML with out-of-range entity code points (e.g., `�` or `�`). This causes the parser to throw an uncaught exception, crashing any application that processes untrusted XML input.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_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:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_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:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_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:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_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:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_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:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_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:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_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:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_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:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_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:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_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:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_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:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_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:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_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:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_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:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_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:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_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:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_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:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64 | — |
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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64 | — |
Workaround
|
A flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by providing a specially crafted XML input. The system incorrectly interprets a dot in a DOCTYPE entity name as a regular expression wildcard during processing. This allows the attacker to bypass security measures and inject malicious scripts, resulting in Cross-Site Scripting (XSS) when the parsed output is displayed to users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_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:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_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:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_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:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_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:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_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:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_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:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_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:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_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:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_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:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_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:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_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:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_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:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_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:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_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:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_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:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_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:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_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:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64 | — |
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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64 | — |
Workaround
|
A denial of service flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by providing a specially crafted, small XML input. This input can force the XML parser to perform an unlimited amount of entity expansion, consuming excessive resources. This can lead to the application freezing for an extended period, resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_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:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_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:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_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:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_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:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_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:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_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:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_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:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_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:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_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:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_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:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_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:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_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:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_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:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_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:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_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:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_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:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_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:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64 | — |
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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64 | — |
Workaround
|
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64 | — |
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64 | — |
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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_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:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_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:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_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:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_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:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_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:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_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:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_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:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_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:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_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:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_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:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_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:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_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:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_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:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_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:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_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:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_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:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_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:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64 | — |
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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64 | — |
Workaround
|
A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64 | — |
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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_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:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_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:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_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:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_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:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_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:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_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:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_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:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_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:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_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:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_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:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_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:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_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:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_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:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_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:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_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:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_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:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_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:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64 | — |
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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_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:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_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:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_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:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_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:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_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:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_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:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_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:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_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:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_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:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_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:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_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:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_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:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_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:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_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:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_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:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_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:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_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:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64 | — |
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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64 | — |
Workaround
|
A flaw was found in github.com/jackc/pgx. This memory-safety vulnerability could potentially lead to unexpected behavior or system instability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_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:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_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:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_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:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_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:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_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:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_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:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_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:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_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:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_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:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_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:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_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:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_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:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_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:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_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:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_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:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_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:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_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:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64 | — |
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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64 | — |
Workaround
|
A flaw was found in github.com/jackc/pgx, a PostgreSQL driver for Go. This memory-safety vulnerability could allow an attacker to cause various impacts, such as denial of service (DoS) or potentially arbitrary code execution, by exploiting memory corruption issues. The exact method of exploitation and specific consequences would depend on the nature of the memory corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_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:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_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:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_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:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_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:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_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:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_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:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_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:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_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:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_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:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_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:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_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:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_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:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_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:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_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:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_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:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_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:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_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:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64 | — |
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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_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:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_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:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_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:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_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:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_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:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_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:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_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:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_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:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_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:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_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:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_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:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_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:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_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:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_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:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_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:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_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:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_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:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64 | — |
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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64 | — |
Workaround
|
A flaw was found in ws, an open source WebSocket client and server. A remote attacker can exploit this memory exhaustion vulnerability by sending a high volume of exceptionally small fragments and data chunks. This action forces the affected component to allocate and hold structural wrappers that consume excessive memory. Consequently, this leads to process termination and a denial of service (DoS) for the remote peer.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_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:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_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:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_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:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_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:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_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:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_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:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_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:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_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:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_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:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_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:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_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:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_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:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_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:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_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:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_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:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_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:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_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:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64 | — |
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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Data Foundation 4.20.15 security, enhancement \u0026 bug fix update",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Data Foundation 4.20.15 security, enhancement \u0026 bug fix update\n\nFIXED BUGS:\n==========\nDFBUGS-7340: RHODF 4.20.15 release\nDFBUGS-7331: [Backport for 4.20] - [GSS][ODF][MCG] noobaa-db-pg-cluster won\u0027t synchronize anymore - \"could not receive data from WAL stream: ERROR: requested WAL segment 00000008000001C600000068 has already been removed\"\nDFBUGS-6939: [4.20.z] Integrate ibm-storage-odf-operator 1.9.0\nDFBUGS-6666: [Backport to odf-4.20.z] Remove duplicate PersistentVolumeUsageCritical alerts\nDFBUGS-6528: [Backport to 4.20.z] maintenance mode is always set for storageclients in non RDR clusters\nDFBUGS-6522: CLONE 4.20 - [UI] Resource profile calculations doesn\u0027t include NFS\nDFBUGS-5418: [Backport to odf-4.20.z]Local Storage Operator not installed install link broken in OCP 4.20\nDFBUGS-4843: [Backport to odf-4.20.z] [RDR] Failover for an RBD appset workload remains stuck, workload pods don\u0027t restore",
"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:40984",
"url": "https://access.redhat.com/errata/RHSA-2026:40984"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15284",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66031",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68157",
"url": "https://access.redhat.com/security/cve/CVE-2025-68157"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68458",
"url": "https://access.redhat.com/security/cve/CVE-2025-68458"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22029",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25128",
"url": "https://access.redhat.com/security/cve/CVE-2026-25128"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25896",
"url": "https://access.redhat.com/security/cve/CVE-2026-25896"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26278",
"url": "https://access.redhat.com/security/cve/CVE-2026-26278"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26996",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27904",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27942",
"url": "https://access.redhat.com/security/cve/CVE-2026-27942"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29063",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-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-33815",
"url": "https://access.redhat.com/security/cve/CVE-2026-33815"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33816",
"url": "https://access.redhat.com/security/cve/CVE-2026-33816"
},
{
"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/cve/CVE-2026-48779",
"url": "https://access.redhat.com/security/cve/CVE-2026-48779"
},
{
"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_40984.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.20.15 security, enhancement \u0026 bug fix update",
"tracking": {
"current_release_date": "2026-07-19T21:33:36+00:00",
"generator": {
"date": "2026-07-19T21:33:36+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2026:40984",
"initial_release_date": "2026-07-16T11:26:54+00:00",
"revision_history": [
{
"date": "2026-07-16T11:26:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-18T05:32:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-19T21:33:36+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:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3Affd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=1783667125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=1783666755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256%3A522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-operator-bundle\u0026tag=1784058684"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=1784054598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=1784055387"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"product_id": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256%3Ae4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=1784058849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3Ae068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=1784055726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=1783667517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256%3A55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=1784059036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=1783667577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3Ab0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=1783667611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"product_id": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256%3Ad24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=1784059112"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=1784055020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"product_id": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cloudnative-pg-rhel9-operator@sha256%3A9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator\u0026tag=1783667641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3Ac0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=1784055586"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=1783667790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=1783667859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256%3A30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=1784059342"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Afbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=1783667875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"product_id": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-dependencies-operator-bundle@sha256%3Ae5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-dependencies-operator-bundle\u0026tag=1784059433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-rhel9-operator@sha256%3Ab7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator\u0026tag=1783667869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-operator-bundle@sha256%3Ad726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle\u0026tag=1784059499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-sidecar-rhel9@sha256%3Abb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9\u0026tag=1783667877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=1784055576"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3Aaf14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=1784055244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256%3Ad3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=1784059645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3Abaf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=1784055382"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3Ad9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=1783668266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"product_id": "registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256%3A73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=1784060452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"product_id": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256%3A40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=1784059957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"product_id": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256%3Ab81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=1784060765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"product_id": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256%3Ab454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=1784060213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3Ae2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=1783668288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"product_id": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256%3A2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=1784059917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=1783669219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256%3A06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=1784059800"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=1783667125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=1783666755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3Ab61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=1784054598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3Acf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=1784055387"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=1784055726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3Aad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=1783667517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=1783667577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3Aafa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=1783667611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=1784055020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cloudnative-pg-rhel9-operator@sha256%3A69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator\u0026tag=1783667641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3Ad8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=1784055586"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=1783667790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=1783667859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=1783667875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-rhel9-operator@sha256%3A38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator\u0026tag=1783667869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-sidecar-rhel9@sha256%3A0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9\u0026tag=1783667877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3Aca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=1784055576"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=1784055244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=1784055382"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3Af7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=1783668266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3Add062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=1783668288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=1783669219"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3Ad1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=1783667125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3Ad2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=1783666755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=1784054598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=1784055387"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=1784055726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=1783667517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=1783667577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=1783667611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3Ae6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=1784055020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"product_id": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cloudnative-pg-rhel9-operator@sha256%3A39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator\u0026tag=1783667641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=1784055586"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=1783667790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=1783667859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Aa742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=1783667875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-rhel9-operator@sha256%3A9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator\u0026tag=1783667869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-sidecar-rhel9@sha256%3A601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9\u0026tag=1783667877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=1784055576"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3Ae402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=1784055244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=1784055382"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=1783668266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=1783668288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=1783669219"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77?arch=arm64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=1783667125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6?arch=arm64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=1783666755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3Aca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=1784054598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=1784055387"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=1784055726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=1783667517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3Add5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=1783667577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=1783667611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=1784055020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"product_id": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cloudnative-pg-rhel9-operator@sha256%3A03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator\u0026tag=1783667641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=1784055586"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=1783667790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=1783667859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=1783667875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-rhel9-operator@sha256%3A6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator\u0026tag=1783667869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-sidecar-rhel9@sha256%3A93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9\u0026tag=1783667877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=1784055576"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=1784055244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=1784055382"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3Adf9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=1783668266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=1783668288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3Aa54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0?arch=arm64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=1783669219"
}
}
}
],
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_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:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_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:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_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:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_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:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_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:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_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:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_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:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_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:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_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:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_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:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_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:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_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:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_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:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_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:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_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:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_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:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_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:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_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:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_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:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_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:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_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:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_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:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_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:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_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:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_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:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_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:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_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:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_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:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_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:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_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:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_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:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_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:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_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:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_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:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_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:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_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:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_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-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_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:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_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:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_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:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_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-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_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:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_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:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_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:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_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:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_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:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_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-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_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:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_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:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_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:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_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:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_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:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_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-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_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:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_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:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_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:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_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:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_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:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_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-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_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:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_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:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_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:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_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:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_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:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_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:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_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:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_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:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_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:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_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:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_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:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_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:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_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:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_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:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_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:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_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-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_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:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_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:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_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:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_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:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_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:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_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:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_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:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_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:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_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:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_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:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_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:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_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:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_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:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_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-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_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:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_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:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_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:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_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:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_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:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_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:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_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:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_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:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_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:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_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:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_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:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_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-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_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:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_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:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_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:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_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:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_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:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_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:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_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:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_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:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_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:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_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:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_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:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_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:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_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:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_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:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_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:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_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-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_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:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_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-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_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:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_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:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_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:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_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:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_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:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_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:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_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:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_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-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_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:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_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:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_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:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_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:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_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:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_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:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_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:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_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-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_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:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_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:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_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:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_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:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_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:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_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:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_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:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_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:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_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:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_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:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_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:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_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-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_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:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_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:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_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:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_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-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_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:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_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:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_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:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_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:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_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:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_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:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_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:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_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-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_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:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_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:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_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:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_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:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_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:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_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-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_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:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_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:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_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:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_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:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_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:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_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:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_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:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_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:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_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:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_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:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_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:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_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-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_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:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_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:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_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:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_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:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_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:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_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:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_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:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_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:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_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:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"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:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_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:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_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:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_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:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_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-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_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:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_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:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_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:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_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-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_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:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_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:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_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:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_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:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_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:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-16T11:26:54+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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40984"
},
{
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-16T11:26:54+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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40984"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-15284",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-29T23:00:58.541337+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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "qs: qs: Denial of Service via improper input validation in array parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the `qs` module for parsing query strings, particularly when processing user-controlled input with bracket notation. The `arrayLimit` option, intended to prevent resource exhaustion, is bypassed when bracket notation (`a[]=value`) is used, allowing a remote attacker to cause a denial of service through memory exhaustion. This can lead to application crashes or unresponsiveness, making the service unavailable.",
"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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "RHBZ#2425946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9",
"url": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p",
"url": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p"
}
],
"release_date": "2025-12-29T22:56:45.240000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-16T11:26:54+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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40984"
},
{
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "qs: qs: Denial of Service via improper input validation in array parsing"
},
{
"cve": "CVE-2025-66031",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2025-11-26T23:01:36.363253+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417397"
}
],
"notes": [
{
"category": "description",
"text": "An ASN.1 Denial of Service (Dos) vulnerability exists in the node-forge asn1.fromDer function within forge/lib/asn1.js. The ASN.1 DER parser implementation (_fromDer) recurses for every constructed ASN.1 value (SEQUENCE, SET, etc.) and lacks a guard limiting recursion depth. An attacker can craft a small DER blob containing a very large nesting depth of constructed TLVs which causes the Node.js V8 engine to exhaust its call stack and throw RangeError: Maximum call stack size exceeded, crashing or incapacitating the process handling the parse. This is a remote, low-cost Denial-of-Service against applications that parse untrusted ASN.1 objects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge ASN.1 Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "RHBZ#2417397",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417397"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66031"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451",
"url": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27"
}
],
"release_date": "2025-11-26T22:23:26.013000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-16T11:26:54+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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40984"
},
{
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-forge: node-forge ASN.1 Unbounded Recursion"
},
{
"cve": "CVE-2025-68157",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-02-06T00:01:03.150548+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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437210"
}
],
"notes": [
{
"category": "description",
"text": "An SSRF flaw has been discovered in Webpack. When experiments.buildHttp is enabled, webpack\u2019s HTTP(S) resolver (HttpUriPlugin) enforces allowedUris only for the initial URL, but does not re-validate allowedUris after following HTTP 30x redirects. As a result, an import that appears restricted to a trusted allow-list can be redirected to HTTP(S) URLs outside the allow-list. This is a policy/allow-list bypass that enables build-time SSRF behavior (requests from the build machine to internal-only endpoints, depending on network access) and untrusted content inclusion in build outputs (redirected content is treated as module source and bundled).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "webpack: webpack buildHttp HttpUriPlugin allowedUris bypass via HTTP redirects",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68157"
},
{
"category": "external",
"summary": "RHBZ#2437210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437210"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68157",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68157"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68157",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68157"
},
{
"category": "external",
"summary": "https://github.com/webpack/webpack/security/advisories/GHSA-38r7-794h-5758",
"url": "https://github.com/webpack/webpack/security/advisories/GHSA-38r7-794h-5758"
}
],
"release_date": "2026-02-05T23:08:13.214000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-16T11:26:54+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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40984"
},
{
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "webpack: webpack buildHttp HttpUriPlugin allowedUris bypass via HTTP redirects"
},
{
"cve": "CVE-2025-68458",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-02-06T00:01:00.165396+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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437209"
}
],
"notes": [
{
"category": "description",
"text": "An SSRF flaw has been discovered in Webpack. When experiments.buildHttp is enabled, webpack\u2019s HTTP(S) resolver (HttpUriPlugin) can be bypassed to fetch resources from hosts outside allowedUris by using crafted URLs that include userinfo (username:password@host). If allowedUris enforcement relies on a raw string prefix check (e.g., uri.startsWith(allowed)), a URL that looks allow-listed can pass validation while the actual network request is sent to a different authority/host after URL parsing. This is a policy/allow-list bypass that enables build-time SSRF behavior (outbound requests from the build machine to internal-only endpoints, depending on network access) and untrusted content inclusion (the fetched response is treated as module source and bundled).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "webpack: webpack buildHttp: allowedUris allow-list bypass via URL userinfo (@) leading to build-time SSRF behavior",
"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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68458"
},
{
"category": "external",
"summary": "RHBZ#2437209",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437209"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68458",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68458"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68458",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68458"
},
{
"category": "external",
"summary": "https://github.com/webpack/webpack/security/advisories/GHSA-8fgc-7cc6-rx7x",
"url": "https://github.com/webpack/webpack/security/advisories/GHSA-8fgc-7cc6-rx7x"
}
],
"release_date": "2026-02-05T23:08:01.102000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-16T11:26:54+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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40984"
},
{
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "webpack: webpack buildHttp: allowedUris allow-list bypass via URL userinfo (@) leading to build-time SSRF behavior"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-16T11:26:54+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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40984"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_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-07-16T11:26:54+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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40984"
},
{
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: lodash: Arbitrary code execution via untrusted input in template imports"
},
{
"cve": "CVE-2026-22029",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-01-10T04:01:03.694749+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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428412"
}
],
"notes": [
{
"category": "description",
"text": "A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "RHBZ#2428412",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428412"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22029"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx",
"url": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx"
}
],
"release_date": "2026-01-10T02:42:32.736000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-16T11:26:54+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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40984"
},
{
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects"
},
{
"cve": "CVE-2026-25128",
"cwe": {
"id": "CWE-248",
"name": "Uncaught Exception"
},
"discovery_date": "2026-01-30T16:01:27.320561+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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2435497"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the fast-xml-parser npm library. In fast-xml-parser, a RangeError vulnerability exists in the numeric entity processing of fast-xml-parser when parsing XML with out-of-range entity code points (e.g., `\u0026#9999999;` or `\u0026#xFFFFFF;`). This causes the parser to throw an uncaught exception, crashing any application that processes untrusted XML input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser has RangeError DoS Numeric Entities Bug",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability impact of this flaw is limited to the application which bundles the fast-xml-parser library. Red Hat host systems are not at risk of availability impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25128"
},
{
"category": "external",
"summary": "RHBZ#2435497",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2435497"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25128",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25128"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25128",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25128"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e387f61c4a5cef792f6a2f42467013290bf95dc",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e387f61c4a5cef792f6a2f42467013290bf95dc"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.4",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.4"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-37qj-frw5-hhjh",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-37qj-frw5-hhjh"
}
],
"release_date": "2026-01-30T15:14:58.244000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-16T11:26:54+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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40984"
},
{
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fast-xml-parser: fast-xml-parser has RangeError DoS Numeric Entities Bug"
},
{
"cve": "CVE-2026-25896",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-02-20T22:01:59.622413+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441501"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by providing a specially crafted XML input. The system incorrectly interprets a dot in a DOCTYPE entity name as a regular expression wildcard during processing. This allows the attacker to bypass security measures and inject malicious scripts, resulting in Cross-Site Scripting (XSS) when the parsed output is displayed to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser: Cross-Site Scripting (XSS) due to improper DOCTYPE entity handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has been assessed as IMPORTANT for Red Hat products. This vulnerability arises when the parsed XML output is subsequently rendered to users which requires the interaction of the user. The impact of this flaw is also limited to the user\u0027s browser context.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25896"
},
{
"category": "external",
"summary": "RHBZ#2441501",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441501"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25896",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25896"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25896",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25896"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/943ef0eb1b2d3284e72dd74f44a042ee9f07026e",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/943ef0eb1b2d3284e72dd74f44a042ee9f07026e"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/ddcd0acf26ddd682cb0dc15a2bd6aa3b96bb1e69",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/ddcd0acf26ddd682cb0dc15a2bd6aa3b96bb1e69"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.5",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.5"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-m7jm-9gc2-mpf2",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-m7jm-9gc2-mpf2"
}
],
"release_date": "2026-02-20T20:57:48.074000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-16T11:26:54+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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40984"
},
{
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-xml-parser: fast-xml-parser: Cross-Site Scripting (XSS) due to improper DOCTYPE entity handling"
},
{
"cve": "CVE-2026-26278",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-02-19T21:03:33.363864+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441120"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by providing a specially crafted, small XML input. This input can force the XML parser to perform an unlimited amount of entity expansion, consuming excessive resources. This can lead to the application freezing for an extended period, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser: Denial of Service via unlimited XML entity expansion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26278"
},
{
"category": "external",
"summary": "RHBZ#2441120",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441120"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26278",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26278"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26278",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26278"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/910dae5be2de2955e968558fadf6e8f74f117a77",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/910dae5be2de2955e968558fadf6e8f74f117a77"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.6",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.6"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-jmr7-xgp7-cmfj",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-jmr7-xgp7-cmfj"
}
],
"release_date": "2026-02-19T19:40:55.842000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-16T11:26:54+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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40984"
},
{
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-xml-parser: fast-xml-parser: Denial of Service via unlimited XML entity expansion"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-16T11:26:54+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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40984"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-16T11:26:54+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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40984"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
},
{
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_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-07-16T11:26:54+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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40984"
},
{
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fast-xml-parser: fast-xml-parser: Stack overflow leads to Denial of Service"
},
{
"cve": "CVE-2026-29063",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-03-06T19:00:57.982727+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445291"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this vulnerability requires that an attacker is able to provide arbitrary data to clients of this library in a way that calls the affected functions with data the attacker controls. In most deployments, the ability to provide data in this fashion requires that an attacker has some degree of privileges to access the affected applications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "RHBZ#2445291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445291"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29063"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw",
"url": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw"
}
],
"release_date": "2026-03-06T18:25:22.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-16T11:26:54+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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40984"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution"
},
{
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_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-07-16T11:26:54+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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40984"
},
{
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_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-07-16T11:26:54+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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40984"
},
{
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"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-33815",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-04-07T16:01:25.130006+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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455975"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in github.com/jackc/pgx. This memory-safety vulnerability could potentially lead to unexpected behavior or system instability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/jackc/pgx/v5: github.com/jackc/pgx: Memory-safety vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33815"
},
{
"category": "external",
"summary": "RHBZ#2455975",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455975"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33815",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33815"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33815",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33815"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4771",
"url": "https://pkg.go.dev/vuln/GO-2026-4771"
}
],
"release_date": "2026-04-07T15:19:24.344000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-16T11:26:54+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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40984"
},
{
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/jackc/pgx/v5: github.com/jackc/pgx: Memory-safety vulnerability"
},
{
"cve": "CVE-2026-33816",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-04-07T16:01:14.142946+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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455972"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in github.com/jackc/pgx, a PostgreSQL driver for Go. This memory-safety vulnerability could allow an attacker to cause various impacts, such as denial of service (DoS) or potentially arbitrary code execution, by exploiting memory corruption issues. The exact method of exploitation and specific consequences would depend on the nature of the memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/jackc/pgx/v5: github.com/jackc/pgx: Memory-safety vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33816"
},
{
"category": "external",
"summary": "RHBZ#2455972",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455972"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33816",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33816"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4772",
"url": "https://pkg.go.dev/vuln/GO-2026-4772"
}
],
"release_date": "2026-04-07T15:19:24.529000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-16T11:26:54+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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40984"
},
{
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/jackc/pgx/v5: github.com/jackc/pgx: Memory-safety vulnerability"
},
{
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_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-07-16T11:26:54+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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40984"
},
{
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"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"
},
{
"cve": "CVE-2026-48779",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-06-16T22:01:24.571224+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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2489661"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ws, an open source WebSocket client and server. A remote attacker can exploit this memory exhaustion vulnerability by sending a high volume of exceptionally small fragments and data chunks. This action forces the affected component to allocate and hold structural wrappers that consume excessive memory. Consequently, this leads to process termination and a denial of service (DoS) for the remote peer.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ws: ws: Denial of Service via memory exhaustion from small WebSocket fragments",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the `ws` WebSocket library. A remote attacker can exploit this flaw by sending a high volume of small, fragmented data, leading to excessive memory consumption and subsequent process termination. This can result in service disruption for Red Hat products that utilize `ws` for WebSocket communication.",
"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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48779"
},
{
"category": "external",
"summary": "RHBZ#2489661",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2489661"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48779",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48779"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48779",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48779"
},
{
"category": "external",
"summary": "https://github.com/websockets/ws/commit/86d3e8a5fb0246ed373860c5fbb0de88824a27f7",
"url": "https://github.com/websockets/ws/commit/86d3e8a5fb0246ed373860c5fbb0de88824a27f7"
},
{
"category": "external",
"summary": "https://github.com/websockets/ws/commit/b5372ac67bb97a773727b8e9f5035a8123556d53",
"url": "https://github.com/websockets/ws/commit/b5372ac67bb97a773727b8e9f5035a8123556d53"
},
{
"category": "external",
"summary": "https://github.com/websockets/ws/commit/bca91adf15677e47dbe4f959653452727be28b94",
"url": "https://github.com/websockets/ws/commit/bca91adf15677e47dbe4f959653452727be28b94"
},
{
"category": "external",
"summary": "https://github.com/websockets/ws/commit/fd36cd864fcdf62a08273a99e19a7d975401fee8",
"url": "https://github.com/websockets/ws/commit/fd36cd864fcdf62a08273a99e19a7d975401fee8"
},
{
"category": "external",
"summary": "https://github.com/websockets/ws/security/advisories/GHSA-96hv-2xvq-fx4p",
"url": "https://github.com/websockets/ws/security/advisories/GHSA-96hv-2xvq-fx4p"
}
],
"release_date": "2026-06-16T21:26:22.537000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-16T11:26:54+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:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40984"
},
{
"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:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:522d40e50ef3d69227addc4eb2d21110da67a71ab38a392a6a73de196e291ea5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:330cae7d058b96317b8491b53d5dae3fb6375a47b5744b30c9df116b029aa664_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:668dfe581c71024f3df2be60109cdb325190d7cd4d861e5fc3dfb6bd01dad986_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:811fb7e18f3ad662751bd217764ccbd3f551ad64eee318d6c56391f94d5fecf6_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:d2ef0fbc8fdbc8053b55cd9945985e30cdba8f3d1db56d67b0b2fa0b1af12d27_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:7d0ee8cf249dafabae40686c0a388721d9e57d704402a86551d247c8d8879f77_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:940cd4bc97f6ef3620baa0ebca7beee947c34be9355beabd68a32df3bb951087_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:d1d9ee046d756cb57e3a56589ee4682b2c14a1419ee8f3a7a6c287244caf8b2c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ffd512657b2587866bdd42012599027977206f8a1a11ea1119c1349e646d2ddf_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:166209cf6aba8304d21e726b01e8daa23ba9c55d101965af7361028502202d12_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:6e43cd07cd09a8ffbc0d93d231d700f13fdef16214d37c7a08e61ebb0705f894_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:b61fbea3a0cd949c2cfe81ede0ef258cc5b9e40be586c5b9c8683661e3fd4cbf_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca371cc6a86d0f550ed81f50617dec89a96d6f937df6e3aef5b901065577f05e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e4a75de357d5dbea6ec922e69d6655c6ce4bc7ed8d5109c867004b6b7d80b326_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:0c1b66f5de4228ed4126a9539f0396d2cc66969ef681f627028216014dfaad62_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37088cfa9eb040c313aeda47ebf25cdd6da56e8a590a9138ca733058c0cd4f89_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e69d78a4bd6d1a2dbef5a67dfb37a12a63b20d4eee8f0996053d69c6ed32783_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cf2ddab5cce4e1745af69d57cfe7a30ed7d679535fdaec820c3e7e42ee6b4f21_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:29f2259cdd8f0c1816c00132494f18b8bb35242e7a66be8939423d3736fb2eea_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5745226a94969b986e5506d7ad87c3fe1c1f19b6bdb9e2793d1481c0110abac7_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:8db8b9f10bca358b10656a71aa6daab9b393e298da7bba612248ce44f5e01058_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:e068dee56a84a243982c14067354234d7440283c2c77284ddc1cc47ac0e4d4dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:55f4e42887bb170300981c39073628c0fed7e396fcb149a7b57fe6e7254cea02_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:2950615bac6bd9cf88f38e60d014edfb2e619aeff84b10e6f5756cdf74848deb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:628546741792632dd843a88eec8ef184166a4a11ca5b852fdc5211ea4c5ddcf0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:754f8f8710fdaa7d4235ae202ad84f351b554d8f208056b5f13248f330ea56e5_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ad85aa77d1ef3243872eab3830ddd48d6d734b3db3a9eec84ba8488148e3e71d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:55bf353d6b4c47fe8fb265cfdb7b5305901d1c5165e9ce19d1b90b0168802fac_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5d566c013690784aff986517cbe99c91724e9323b67f47144aa9ccf90750cc84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:92ccfa2474af6dbb9f151200354ea4deb89fa9834f65197de6efbefb88978c2e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:dd5ce2895124aaa41713390bfdcda3ce1a2d4c0281408c3c4c3704a580cf248d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d24d8b73eab3f7be9d62b1e3fece5a8eac5bf306e9366aaa08bb47c7e8add71e_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:107536a3ea86764a82b053cdb5a1d496862c94e6770cdba28d88217c8eba4aa8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:657da581a13815727c2e94577f8664c5ec22ad52a424394761ccdf9ffac26096_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:afa2835b21e4cae9c17435bb108a93dd8397a7ef4721b177f4790b7513e26141_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b0827b1d737226b230b1c82f580591d878d72af06bd0ee0ee8d5f3211b91cfe5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:07a7b2b9a30cd03aef3807e21fbe9ee5397f68b4da982ea798d8a4c34cb6d829_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:3630a5c480cb00b3e0343ae434ca8bfe6447be53d7cd56c2902d831ce8d4a093_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:6c6e2079444f21f140e990a50dceb186d59078d9f0b1f275ac6b7e6bce7b0718_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:e6d4d68bd44ac64320f3e558af6f747da5c9fb8d0b9933adfd76e5e461129d46_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:03636a4e659c38b0d0944d8be9a1584fbf19d87b277d7eca34598c2f81a10cc9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:39231a05f80980b0a41ebe46768efd333df1e50ba24e11f191a199a9c6314a90_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:69da5ea2e8ff92d7cbe71ad531728cbe0c30b3826d3fd31f162fd8f76c496e23_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:9e6198c0e0bfd26e9431ca7c0f89122ff2c440994360928a7f4ddc883b2643b9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:5d48a8570af85bd000ffd009a8a14f76a63d5c67820bfae49da0017fbc7d0442_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:762280b4a2461eb8f74edec671189549a2a081c5c80e109510ec9dcffe343e35_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:c0bc9569d493470285397cceb42487a0a69f956b5bf29ab05147bed1ee73e9a0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:d8307264ad60c670a95fb3d1786f3e4931daa9ce1f0b37d1ee88fe7b9f13a442_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:225b66c0fc3f90e9d2ad3c0256f28e9efbaad6406d1f95495118e14d2e1e4c81_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2f52932f9e0b36925648fb44208f60039a8a9044d516675e36f831cbcc3e33ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:341a23d03fbb1185783b9a208f19a878de6aa7f3a06374e814e8225de976b5d7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:359026fa10401ecff8ac805866bc4653d8e2078fdcdb15272b727ee7d3ec59ea_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:30b284e612c4440793c445513ac7e488b5dd67ca0645366ed1b8249aa3317e01_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:08dfd5910f83132e5a941696997831696b05f71de113376e5c7dceda981e070d_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:3040c3f2b7136c74ded0a355851f5ffabe771b8892bd0a20c9e5ee248dc9e224_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:41b64d69a9b2435fff4192543c877b0b9fe449b682b006a0bd58bbd348f9e0be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:74b9066762ac94106aace909f6d39205476cb51d3c2c9f2dafdbf9072c0cf13d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:72ae15e2e9774cafee010726285c5396d01383617ce8a872d3f7a6e618d39d70_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:87aab3b5b5074503713ec700da8272bb8b9bd1ff01b927acba22b706cc579128_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:a742cc0c5561b0904c99426fa69d67b4058e78c0909365765c4238a0d9446d50_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:fbde5909d4ff0c9804ed4342e3828021fa404d4ed49da36f5c8a83bddfed856c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e5db02deda355eb82187072f156c5bb469843e134133993f587dcf86c7f82bd2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:d726054bb579afb099b2a2515d3624cef3e42c3af548c9b363db573551f8aa8f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:38af85e11e33248d7fb22028e5bbb14892fc6c9c106cbce3507587010cfa0a61_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6ba7ddc6a4b8523366ac8d17c9b7506c76fa290b08192709607fa4f709a37149_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:9fb9f5064f1cc36952c6688b4126fb2034c34d0ccfdd346038ec73c8dfcc2a9e_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:b7b87c91d1ca506411a49935884ec894f079fec473306d92344d88133265a0d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0054ea99c762956a92a8340e0bb27176f0cce5464c9d66b2518aa457e7397a5f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:601c24feed09e144e2c5198f5e0dadb70af1faa05309ec5eebb6f9b4c125e839_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:93b6ac7c591fdf4fc35fabd4f0caf76b2bc5fe5ccd7ad52eeee4d9bd84b553e9_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:bb2d553dcd006a65fa791090e1a0e415792522ce875ddea18b5a009dfb082bb3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1c89dc12373601f7c34b6a61ba1779a00b67619dcdaa22f4829452b7281838b4_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4e67f964fb45e8d018ee16f52a6d55a4a7dee3c81c63360490b34fbb2fcb11a7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:5094c11d3080c3f9687a28a355e10891bd132337dce6abffa96ae9bb337fd30f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:ca3a42affe38e6302694e97fe9111d4d4ca5d07a09ec45bbdb4c80e09871a7e9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d3ed72b25b5390eba296876bd2629f8f56eb97963131f080e7fc32f448a96a19_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:58c688dd3b40d6fccac334dc5475be6ca812b2729ba8567429312a400af9077d_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9b328073e0e7f608ca11485e7da2a224a5a577cf94b028642d9edbfd750a3092_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:af14a03f06bd4c89c43add8dd3ee82f717120efa71c8c95fb8ff06f041406a9b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e402db6739683d105f17bfb5216bbf1e5824d56693d95d1cd546770e1651604c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4c6c43a80673283b24211582b4ef76217c412029b3a61835e2189cb92bf63f38_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f57f1642796ec1dc3c144a4687d3b7dfb9eba638971a494a539c5e86e874500_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:7f7bf1180b1fb2f67e8e86b999930c86cf5a8fdec4940272b223498ca25f8816_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:baf980c297fb2b4348eb99cd2ea8f05d5cfe2429e7f03f0bca68f2153f9fadc3_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:73f325e7068c745656acbc8f5b6e2a0e8d23b6e47bcd128ebd8a79b9f75af84b_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:40d8e2ca1434e17fa6e5a9b3df28e652822908aae51f6e6ff405836e2269b504_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:5e682039d563344be28d3fc4aa703c8bb42b2006942dee28710ceaa79417fef6_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:d9dab6dd42f7bf78c529d68c3c01931faf6df1f9e1635934c1a1a3e9ae70a1f0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:df9b2ab8c0af7790cb37b51fd4defd579d999253613812e701ed3c80769d4c57_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f7e593b3cf3574b68116d7c665263cde49484aad09a237a9f5739b28adc5802f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:b81cd403cb4d165c8ad5adb5cfdb6fd583104dc929b245bfd1eeb78af1776505_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:b454a2aecf238329a1c28fa978e3003917ac28fbf24d06c5724696be8d2ab1aa_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2300184bfeb526a402eceb6582794d84bc949b4963de8a503ee308de19969985_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:331a05e10583a02a546edf60e6da2a2e22278594fb70d6c1713aa16d16029850_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:95d6257bf2daf02666103c7f15febd86e9aa61ccb700c616d2eca0ae0e1b2fae_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:dd062af860d669958ced4edaa47ff8e17067a34089a003ab6ac2a9c61ec4224f_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:e2c6e98fa4ba8eb59c76c5a62f544a332da2a1e81ce95094bb3df7acf4fbb3d9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:06d46cfc28ce9af241436a93f653a3e7fe894a363b71890b67931b42ed06f657_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:35da53ac959ab8e6f1cc04aad03869f2f614b8eb86ccad7484f4c3d24d9899ff_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7bf1cd386b3a4e5c4d0417770b724146face0929a397c79e43f2b7494c94ae29_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:89adf65f90b6eda141e8f7ee1c3d298b230d4fa6a139112398d7aeefb7924f89_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:a54e1ffeddc2efd1ed5479505b309659ee57dda37b2498f984c30ec15d1366e0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ws: ws: Denial of Service via memory exhaustion from small WebSocket fragments"
}
]
}
RHSA-2026:7110
Vulnerability from csaf_redhat - Published: 2026-04-08 16:37 - Updated: 2026-07-19 21:36A denial of service flaw has been discovered in the fast-xml-parser npm library. In fast-xml-parser, a RangeError vulnerability exists in the numeric entity processing of fast-xml-parser when parsing XML with out-of-range entity code points (e.g., `�` or `�`). This causes the parser to throw an uncaught exception, crashing any application that processes untrusted XML input.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x | — |
Workaround
|
A flaw was found in jsPDF. The addImage and html methods accept user input in their first argument without proper sanitization. An attacker can supply a specially crafted GIF file, specifically with invalid width and height header values, forcing the application to allocate an excessive amount of memory, leading to an out-of-memory condition, causing an application crash and denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x | — |
Workaround
|
A flaw was found in jsPDF. The addJS method accepts user input without proper sanitization, allowing an attacker to inject arbitrary PDF objects into the document. A specially crafted payload that escapes the JavaScript string delimiter can execute malicious actions or alter the document structure, resulting in arbitrary code execution when a user opens a PDF with a viewer that supports embedded scripts.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x | — |
Workaround
|
A flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by providing a specially crafted XML input. The system incorrectly interprets a dot in a DOCTYPE entity name as a regular expression wildcard during processing. This allows the attacker to bypass security measures and inject malicious scripts, resulting in Cross-Site Scripting (XSS) when the parsed output is displayed to users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x | — |
Workaround
|
A flaw was found in jsPDF. The properties and methods of the Acroform module accept user input without sanitization, allowing an attacker to inject arbitrary PDF objects, such as JavaScript actions. Specifically, if an attacker can supply a specially crafted input to the AcroformChildClass.appearanceState property, JavaScript actions can be executed when a user opens the generated PDF document and hovers over the radio button.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x | — |
Workaround
|
A denial of service flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by providing a specially crafted, small XML input. This input can force the XML parser to perform an unlimited amount of entity expansion, consuming excessive resources. This can lead to the application freezing for an extended period, resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x | — |
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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x | — |
Workaround
|
A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application's failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x | — |
Workaround
|
A flaw was found in jsPDF, a JavaScript library used for generating PDF documents. This vulnerability allows a remote attacker to inject arbitrary PDF objects, including JavaScript actions, into a generated PDF. This can occur if unsanitized user input is provided to the `createAnnotation` method's `color` parameter. When a user opens or interacts with the specially crafted PDF, these injected actions may execute, potentially leading to arbitrary code execution or sensitive information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x | — |
Workaround
|
A flaw was found in jsPDF, a JavaScript library for generating PDFs. A remote attacker can exploit this vulnerability by providing malicious input to the `options` argument of the `output` function. When a victim creates and opens a PDF using this unsanitized input, arbitrary HTML, including scripts, can be injected and executed within the victim's browser context. This Cross-Site Scripting (XSS) vulnerability allows the attacker to extract or modify sensitive information from the victim's browser.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x | — |
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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x | — |
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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated images are now available for Red Hat Advanced Cluster Security\n(RHACS), which typically include new features, bug fixes, and/or\nsecurity patches.",
"title": "Topic"
},
{
"category": "general",
"text": "See the release notes (link in the references section) for a\ndescription of the fixes and enhancements in this particular release.",
"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:7110",
"url": "https://access.redhat.com/errata/RHSA-2026:7110"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25128",
"url": "https://access.redhat.com/security/cve/CVE-2026-25128"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25535",
"url": "https://access.redhat.com/security/cve/CVE-2026-25535"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25755",
"url": "https://access.redhat.com/security/cve/CVE-2026-25755"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25896",
"url": "https://access.redhat.com/security/cve/CVE-2026-25896"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25940",
"url": "https://access.redhat.com/security/cve/CVE-2026-25940"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26278",
"url": "https://access.redhat.com/security/cve/CVE-2026-26278"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27942",
"url": "https://access.redhat.com/security/cve/CVE-2026-27942"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29074",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-31898",
"url": "https://access.redhat.com/security/cve/CVE-2026-31898"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-31938",
"url": "https://access.redhat.com/security/cve/CVE-2026-31938"
},
{
"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/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.8/html-single/release_notes/index#about-this-release-4810_release-notes-48",
"url": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.8/html-single/release_notes/index#about-this-release-4810_release-notes-48"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_7110.json"
}
],
"title": "Red Hat Security Advisory: RHACS 4.8.10 security and bug fix update",
"tracking": {
"current_release_date": "2026-07-19T21:36:01+00:00",
"generator": {
"date": "2026-07-19T21:36:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2026:7110",
"initial_release_date": "2026-04-08T16:37:57+00:00",
"revision_history": [
{
"date": "2026-04-08T16:37:57+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-18T05:32:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-19T21:36:01+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Security 4.8",
"product": {
"name": "Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:4.8::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Security"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3Ac0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774163438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3A5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256%3A66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3Ae5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3Abe836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3Adb5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3Abe770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3Aaede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774163438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3Ad9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3Ac6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3A5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3Af717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3A3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3A2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3Acb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774163438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3A8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3A9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3Ab774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3Aeba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3A1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774163438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3Ac7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3A16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3A2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3Ae9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3A714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594119"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64 as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x as a component of Red Hat Advanced Cluster Security 4.8",
"product_id": "Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.8"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25128",
"cwe": {
"id": "CWE-248",
"name": "Uncaught Exception"
},
"discovery_date": "2026-01-30T16:01:27.320561+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2435497"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the fast-xml-parser npm library. In fast-xml-parser, a RangeError vulnerability exists in the numeric entity processing of fast-xml-parser when parsing XML with out-of-range entity code points (e.g., `\u0026#9999999;` or `\u0026#xFFFFFF;`). This causes the parser to throw an uncaught exception, crashing any application that processes untrusted XML input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser has RangeError DoS Numeric Entities Bug",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability impact of this flaw is limited to the application which bundles the fast-xml-parser library. Red Hat host systems are not at risk of availability impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25128"
},
{
"category": "external",
"summary": "RHBZ#2435497",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2435497"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25128",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25128"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25128",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25128"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e387f61c4a5cef792f6a2f42467013290bf95dc",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e387f61c4a5cef792f6a2f42467013290bf95dc"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.4",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.4"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-37qj-frw5-hhjh",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-37qj-frw5-hhjh"
}
],
"release_date": "2026-01-30T15:14:58.244000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-08T16:37:57+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7110"
},
{
"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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fast-xml-parser: fast-xml-parser has RangeError DoS Numeric Entities Bug"
},
{
"cve": "CVE-2026-25535",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-02-19T15:01:17.455095+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2440992"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsPDF. The addImage and html methods accept user input in their first argument without proper sanitization. An attacker can supply a specially crafted GIF file, specifically with invalid width and height header values, forcing the application to allocate an excessive amount of memory, leading to an out-of-memory condition, causing an application crash and denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsPDF: denial of service via malicious GIF dimensions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to process a specially crafted GIF file with an application using the addImage or html methods. This issue can cause the application to allocate an excessive amount of memory, eventually resulting in a denial of service with no other security impact. 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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25535"
},
{
"category": "external",
"summary": "RHBZ#2440992",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2440992"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25535",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25535"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25535",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25535"
},
{
"category": "external",
"summary": "https://github.com/ZeroXJacks/CVEs/blob/main/2026/CVE-2026-25535.md",
"url": "https://github.com/ZeroXJacks/CVEs/blob/main/2026/CVE-2026-25535.md"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/commit/2e5e156e284d92c7d134bce97e6418756941d5e6",
"url": "https://github.com/parallax/jsPDF/commit/2e5e156e284d92c7d134bce97e6418756941d5e6"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/releases/tag/v4.2.0",
"url": "https://github.com/parallax/jsPDF/releases/tag/v4.2.0"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/security/advisories/GHSA-67pg-wm7f-q7fj",
"url": "https://github.com/parallax/jsPDF/security/advisories/GHSA-67pg-wm7f-q7fj"
}
],
"release_date": "2026-02-19T14:34:05.648000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-08T16:37:57+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7110"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, sanitize image data or validate resources fetched from URLs before calling the addImage or html methods, making sure that the width and height header values do not exceed safe and predefined limits.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsPDF: denial of service via malicious GIF dimensions"
},
{
"cve": "CVE-2026-25755",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-02-19T15:01:21.761677+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2440993"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsPDF. The addJS method accepts user input without proper sanitization, allowing an attacker to inject arbitrary PDF objects into the document. A specially crafted payload that escapes the JavaScript string delimiter can execute malicious actions or alter the document structure, resulting in arbitrary code execution when a user opens a PDF with a viewer that supports embedded scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsPDF: PDF object injection via unsanitized input in addJS method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to supply a specially crafted payload to the application using the addJS method and convince a user to open the generated PDF document with a viewer that supports embedded scripts. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25755"
},
{
"category": "external",
"summary": "RHBZ#2440993",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2440993"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25755",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25755"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25755",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25755"
},
{
"category": "external",
"summary": "https://github.com/ZeroXJacks/CVEs/blob/main/2026/CVE-2026-25755.md",
"url": "https://github.com/ZeroXJacks/CVEs/blob/main/2026/CVE-2026-25755.md"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/commit/56b46d45b052346f5995b005a34af5dcdddd5437",
"url": "https://github.com/parallax/jsPDF/commit/56b46d45b052346f5995b005a34af5dcdddd5437"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/releases/tag/v4.2.0",
"url": "https://github.com/parallax/jsPDF/releases/tag/v4.2.0"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/security/advisories/GHSA-9vjf-qc39-jprp",
"url": "https://github.com/parallax/jsPDF/security/advisories/GHSA-9vjf-qc39-jprp"
}
],
"release_date": "2026-02-19T14:41:46.941000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-08T16:37:57+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7110"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, sanitize the user-provided JavaScript code before passing it to the addJS method by strictly escaping backslashes and parentheses. Additionally, do not open PDF documents from untrusted sources.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.6,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsPDF: PDF object injection via unsanitized input in addJS method"
},
{
"cve": "CVE-2026-25896",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-02-20T22:01:59.622413+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441501"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by providing a specially crafted XML input. The system incorrectly interprets a dot in a DOCTYPE entity name as a regular expression wildcard during processing. This allows the attacker to bypass security measures and inject malicious scripts, resulting in Cross-Site Scripting (XSS) when the parsed output is displayed to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser: Cross-Site Scripting (XSS) due to improper DOCTYPE entity handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has been assessed as IMPORTANT for Red Hat products. This vulnerability arises when the parsed XML output is subsequently rendered to users which requires the interaction of the user. The impact of this flaw is also limited to the user\u0027s browser context.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25896"
},
{
"category": "external",
"summary": "RHBZ#2441501",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441501"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25896",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25896"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25896",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25896"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/943ef0eb1b2d3284e72dd74f44a042ee9f07026e",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/943ef0eb1b2d3284e72dd74f44a042ee9f07026e"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/ddcd0acf26ddd682cb0dc15a2bd6aa3b96bb1e69",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/ddcd0acf26ddd682cb0dc15a2bd6aa3b96bb1e69"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.5",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.5"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-m7jm-9gc2-mpf2",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-m7jm-9gc2-mpf2"
}
],
"release_date": "2026-02-20T20:57:48.074000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-08T16:37:57+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7110"
},
{
"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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-xml-parser: fast-xml-parser: Cross-Site Scripting (XSS) due to improper DOCTYPE entity handling"
},
{
"cve": "CVE-2026-25940",
"cwe": {
"id": "CWE-116",
"name": "Improper Encoding or Escaping of Output"
},
"discovery_date": "2026-02-19T16:04:06.757217+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441016"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsPDF. The properties and methods of the Acroform module accept user input without sanitization, allowing an attacker to inject arbitrary PDF objects, such as JavaScript actions. Specifically, if an attacker can supply a specially crafted input to the AcroformChildClass.appearanceState property, JavaScript actions can be executed when a user opens the generated PDF document and hovers over the radio button.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsPDF: PDF injection in AcroForm module allows arbitrary JavaScript execution (RadioButton children)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to supply a specially crafted input to the AcroformChildClass.appearanceState property of the Acroform module and convince a user to open the generated PDF document, resulting in arbitrary JavaScript execution when the user interacts with radio buttons. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25940"
},
{
"category": "external",
"summary": "RHBZ#2441016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441016"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25940",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25940"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25940",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25940"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/commit/71ad2dbfa6c7c189ab42b855b782620fa8a38375",
"url": "https://github.com/parallax/jsPDF/commit/71ad2dbfa6c7c189ab42b855b782620fa8a38375"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/releases/tag/v4.2.0",
"url": "https://github.com/parallax/jsPDF/releases/tag/v4.2.0"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/security/advisories/GHSA-p5xg-68wr-hm3m",
"url": "https://github.com/parallax/jsPDF/security/advisories/GHSA-p5xg-68wr-hm3m"
}
],
"release_date": "2026-02-19T15:26:57.645000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-08T16:37:57+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7110"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, sanitize the user-provided input before passing it to the AcroformChildClass.appearanceState property or other API members. Additionally, do not open PDF documents from untrusted sources.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.6,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsPDF: PDF injection in AcroForm module allows arbitrary JavaScript execution (RadioButton children)"
},
{
"cve": "CVE-2026-26278",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-02-19T21:03:33.363864+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441120"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by providing a specially crafted, small XML input. This input can force the XML parser to perform an unlimited amount of entity expansion, consuming excessive resources. This can lead to the application freezing for an extended period, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser: Denial of Service via unlimited XML entity expansion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26278"
},
{
"category": "external",
"summary": "RHBZ#2441120",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441120"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26278",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26278"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26278",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26278"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/910dae5be2de2955e968558fadf6e8f74f117a77",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/910dae5be2de2955e968558fadf6e8f74f117a77"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.6",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.6"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-jmr7-xgp7-cmfj",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-jmr7-xgp7-cmfj"
}
],
"release_date": "2026-02-19T19:40:55.842000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-08T16:37:57+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7110"
},
{
"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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-xml-parser: fast-xml-parser: Denial of Service via unlimited XML entity expansion"
},
{
"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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
},
"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-08T16:37:57+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7110"
},
{
"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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fast-xml-parser: fast-xml-parser: Stack overflow leads to Denial of Service"
},
{
"cve": "CVE-2026-29074",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application\u0027s failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "svgo: SVGO: Denial of Service via XML entity expansion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "RHBZ#2445132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29074"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673",
"url": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673"
}
],
"release_date": "2026-03-06T07:23:05.716000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-08T16:37:57+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7110"
},
{
"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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "svgo: SVGO: Denial of Service via XML entity expansion"
},
{
"cve": "CVE-2026-31898",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-03-18T04:02:12.103945+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448547"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsPDF, a JavaScript library used for generating PDF documents. This vulnerability allows a remote attacker to inject arbitrary PDF objects, including JavaScript actions, into a generated PDF. This can occur if unsanitized user input is provided to the `createAnnotation` method\u0027s `color` parameter. When a user opens or interacts with the specially crafted PDF, these injected actions may execute, potentially leading to arbitrary code execution or sensitive information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jspdf: jsPDF: Arbitrary code execution via unsanitized input in createAnnotation method",
"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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31898"
},
{
"category": "external",
"summary": "RHBZ#2448547",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448547"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31898",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31898"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31898",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31898"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/blob/b1607a9391d4cd65ea7ade25998aea8345ae1be3/src/modules/annotations.js#L193-L208",
"url": "https://github.com/parallax/jsPDF/blob/b1607a9391d4cd65ea7ade25998aea8345ae1be3/src/modules/annotations.js#L193-L208"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/commit/4155c4819d5eca284168e51e0e1e81126b4f14b8",
"url": "https://github.com/parallax/jsPDF/commit/4155c4819d5eca284168e51e0e1e81126b4f14b8"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/releases/tag/v4.2.1",
"url": "https://github.com/parallax/jsPDF/releases/tag/v4.2.1"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/security/advisories/GHSA-7x6v-j9x4-qf24",
"url": "https://github.com/parallax/jsPDF/security/advisories/GHSA-7x6v-j9x4-qf24"
}
],
"release_date": "2026-03-18T03:03:43.469000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-08T16:37:57+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7110"
},
{
"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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jspdf: jsPDF: Arbitrary code execution via unsanitized input in createAnnotation method"
},
{
"cve": "CVE-2026-31938",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-03-18T04:02:27.320536+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448550"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsPDF, a JavaScript library for generating PDFs. A remote attacker can exploit this vulnerability by providing malicious input to the `options` argument of the `output` function. When a victim creates and opens a PDF using this unsanitized input, arbitrary HTML, including scripts, can be injected and executed within the victim\u0027s browser context. This Cross-Site Scripting (XSS) vulnerability allows the attacker to extract or modify sensitive information from the victim\u0027s browser.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jspdf: jsPDF: Cross site scripting via unsanitized output options",
"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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31938"
},
{
"category": "external",
"summary": "RHBZ#2448550",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448550"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31938",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31938"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31938",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31938"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/commit/87a40bbd07e6b30575196370670b41f264aa78d7",
"url": "https://github.com/parallax/jsPDF/commit/87a40bbd07e6b30575196370670b41f264aa78d7"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/releases/tag/v4.2.1",
"url": "https://github.com/parallax/jsPDF/releases/tag/v4.2.1"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/security/advisories/GHSA-wfv2-pwc8-crg5",
"url": "https://github.com/parallax/jsPDF/security/advisories/GHSA-wfv2-pwc8-crg5"
}
],
"release_date": "2026-03-18T03:05:44.964000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-08T16:37:57+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7110"
},
{
"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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jspdf: jsPDF: Cross site scripting via unsanitized output options"
},
{
"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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
}
],
"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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
]
},
"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-08T16:37:57+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7110"
},
{
"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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_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-08T16:37:57+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7110"
},
{
"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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_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 Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:72a20b53279a3a8830af7f7d6812a61425b9a837a83f97f3f54b7050916c3fa3_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:8d5b1983394113e7a4cf8029bb50f2530e858910b7020466b8e6a4933b6dae1a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:9371852170e6c5b3ddbaaf9ed6700117bac6d791c987814fde375f3301996876_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cb58f46536545fbc77c9bfc029d772ffa9c09d59db69efbc33e339e8ad294be5_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0c9d3da8882bca445233259f751594ac7fb884b58b22980bd312b97589af064a_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:16ba303094b01480fe620c48fd42df6603979fe17b2b70a1686ea0c0cee7eea7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:aede8db305e402acdf3a6cdac67d0bcc54902955f2a54fadf6b13e1e69c6462a_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:c0081d8795d5bb8a32b36fcb892a6864dd62392dc6ef32fc2b9a20449e120743_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5533b87f5a3c9df67608236393d31507dd2b1f0af0ca787997f9dfed44222d9d_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8a3f82a33e522ce518e52411d48475cb47bea153176b833eace73fc24a5b7672_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c7d8d836b92a80d6d02a8ea73a69d773b0983d9bae4f217b8f4adb39a0e00d86_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:d9d95fe1014cf1632681171d34f760a1d7ffe81c81df1fb9942c1a08f4ffb857_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:66a5990c109ebfefd445dea871123c2af717cd482b78db4b8aabd7a3eeb61e38_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:4f00761fa67936c65ae05c98d28886873321679ed3d0a8741526332e57b2455e_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:5abaa5a39ec732af6d795a087e91ef68483c9897c33cfe1a9de9035484348dec_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:81587f2e1630a5bcdea8c6b4ba1459a3e00e070bd4cb8eac80a923aac18dd4ba_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c6907a16bc9d855c22a72d3f801ecbc0b0a014468711589c3a2a48afd5b4681c_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:07d8cbd4310eda65e515533621df271cc8ac1818b1b275b50b961cbcc591bf76_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2b894cfaf6b322e5404e8f6926e6f4b6bc230857b8d7918d78e1e0025c52d2e7_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4dae0bdb7b8acbef7a2d1eca02b9d1084de550024669d87639bfddfae8a89fba_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9e6efacfc68bf8bdcf7148ce051c79091ef69a485d119e3c098063fa1f4f8470_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2c2762b767c9512634c69fa3ec231f749a61569684d5abcce965d89ea23dcf85_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4296c95011ba9beaca9f2de8a4287e7b0f859d88bb1025886048c1da85858a3f_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:be836e869ab59f6b479706659afec22ff7739660f6f410ab7dca73c0108fe3f8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f717ea17f778b7422f8f9800cbe0af01466beb363472b3cac500baffae4f899b_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3e106a6f9ce4cd8dd5e82e21402e6ad0583188c299c7fc246c57c2485b90ad06_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4a94f65f4fdf3d27ec688042749b6d09d8e435cb1e6d3800a998cf05596ed1a9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62b563c730d30a8f349dafe29cdd949ec2d59cd005e978b5837dd100e2366ee8_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b774310e45bc427b4cfd9b46ab513fa2d93e0c8867515bced6722b4d4e0c721b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:16768c8b79f218f568fd2a231baa9d84054285b636f013c6bff0dcbce4e515dc_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5a174f879c2fbaff025d1bb61786fb8a07576091d463316ccdefb58dbba8acbf_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:9b0849d6dec032cd4d4a0e6de209eb5577fb6a4099934c9ab0f52612dcc5a299_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5a6aa40bbe231feaf2b0399aa8a450a36ecf82ff76e28924782a55d9cecab24_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2444a5681db82400db7d054f630341ce20629ba50d7bd5ce259bf7e3dd9d4098_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:3540f7466018222deb2064c2ba598e09adb670c67a21c4e17d078ab82fbad1c9_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:db5c88056eaf21217e6fba697f146e7a6870ad890ad2b996f0be16d16f41966a_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:eba5b1b3adb15c83d9d160c2b1bb9e84ab6bfbcfed837e5578bfe50b0d28aa1b_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e817ba704f3349178cd3094b929cb468763a77f234a0dc7d986dfe67e741ee7_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:2187aaf918f785ad43d00667905d7f9bbe3edc68a34d9965a45d8e80ce74d88e_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:714fca639c806e479107dbb96ef178ca3d304737209b9c060bf978674f40bc47_s390x",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:be770376f11072bc472c904645063e61ff571088185669ba2514e56eeb75e8aa_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:579133a11226d177bf8b72ebd81285c842671e41e50c49a482bc80412eb703e9_amd64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:6aa8e51a41b8a1d45962b0d250a8c99f4d0065a16d6e727ab58f54dbd2f23c34_ppc64le",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:95f9db01662bba089d7ccd418a52dde2aca7052ff3f1231c4012c0764d261fd7_arm64",
"Red Hat Advanced Cluster Security 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9299cf7be4bdc5c5f5d32cce1e4da3f44ad04adfd8ea92d56ebb3ec29dcc5a0_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"
}
]
}
RHSA-2026:7128
Vulnerability from csaf_redhat - Published: 2026-04-08 17:43 - Updated: 2026-07-19 21:35A denial of service flaw has been discovered in the fast-xml-parser npm library. In fast-xml-parser, a RangeError vulnerability exists in the numeric entity processing of fast-xml-parser when parsing XML with out-of-range entity code points (e.g., `�` or `�`). This causes the parser to throw an uncaught exception, crashing any application that processes untrusted XML input.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64 | — |
Workaround
|
A flaw was found in jsPDF. The addImage and html methods accept user input in their first argument without proper sanitization. An attacker can supply a specially crafted GIF file, specifically with invalid width and height header values, forcing the application to allocate an excessive amount of memory, leading to an out-of-memory condition, causing an application crash and denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64 | — |
Workaround
|
A flaw was found in jsPDF. The addJS method accepts user input without proper sanitization, allowing an attacker to inject arbitrary PDF objects into the document. A specially crafted payload that escapes the JavaScript string delimiter can execute malicious actions or alter the document structure, resulting in arbitrary code execution when a user opens a PDF with a viewer that supports embedded scripts.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64 | — |
Workaround
|
A flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by providing a specially crafted XML input. The system incorrectly interprets a dot in a DOCTYPE entity name as a regular expression wildcard during processing. This allows the attacker to bypass security measures and inject malicious scripts, resulting in Cross-Site Scripting (XSS) when the parsed output is displayed to users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64 | — |
Workaround
|
A flaw was found in jsPDF. The properties and methods of the Acroform module accept user input without sanitization, allowing an attacker to inject arbitrary PDF objects, such as JavaScript actions. Specifically, if an attacker can supply a specially crafted input to the AcroformChildClass.appearanceState property, JavaScript actions can be executed when a user opens the generated PDF document and hovers over the radio button.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64 | — |
Workaround
|
A denial of service flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by providing a specially crafted, small XML input. This input can force the XML parser to perform an unlimited amount of entity expansion, consuming excessive resources. This can lead to the application freezing for an extended period, resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_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 Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64 | — |
Workaround
|
A flaw was found in jsPDF, a JavaScript library used for generating PDF documents. This vulnerability allows a remote attacker to inject arbitrary PDF objects, including JavaScript actions, into a generated PDF. This can occur if unsanitized user input is provided to the `createAnnotation` method's `color` parameter. When a user opens or interacts with the specially crafted PDF, these injected actions may execute, potentially leading to arbitrary code execution or sensitive information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64 | — |
Workaround
|
A flaw was found in jsPDF, a JavaScript library for generating PDFs. A remote attacker can exploit this vulnerability by providing malicious input to the `options` argument of the `output` function. When a victim creates and opens a PDF using this unsanitized input, arbitrary HTML, including scripts, can be injected and executed within the victim's browser context. This Cross-Site Scripting (XSS) vulnerability allows the attacker to extract or modify sensitive information from the victim's browser.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_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 Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_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 Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated images are now available for Red Hat Advanced Cluster Security\n(RHACS), which typically include new features, bug fixes, and/or\nsecurity patches.",
"title": "Topic"
},
{
"category": "general",
"text": "See the release notes (link in the references section) for a\ndescription of the fixes and enhancements in this particular release.",
"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:7128",
"url": "https://access.redhat.com/errata/RHSA-2026:7128"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25128",
"url": "https://access.redhat.com/security/cve/CVE-2026-25128"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25535",
"url": "https://access.redhat.com/security/cve/CVE-2026-25535"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25755",
"url": "https://access.redhat.com/security/cve/CVE-2026-25755"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25896",
"url": "https://access.redhat.com/security/cve/CVE-2026-25896"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25940",
"url": "https://access.redhat.com/security/cve/CVE-2026-25940"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26278",
"url": "https://access.redhat.com/security/cve/CVE-2026-26278"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27942",
"url": "https://access.redhat.com/security/cve/CVE-2026-27942"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-31898",
"url": "https://access.redhat.com/security/cve/CVE-2026-31898"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-31938",
"url": "https://access.redhat.com/security/cve/CVE-2026-31938"
},
{
"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/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.9/html-single/release_notes/index#about-this-release-495_release-notes-49",
"url": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.9/html-single/release_notes/index#about-this-release-495_release-notes-49"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_7128.json"
}
],
"title": "Red Hat Security Advisory: RHACS 4.9.5 security and bug fix update",
"tracking": {
"current_release_date": "2026-07-19T21:35:57+00:00",
"generator": {
"date": "2026-07-19T21:35:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2026:7128",
"initial_release_date": "2026-04-08T17:43:53+00:00",
"revision_history": [
{
"date": "2026-04-08T17:43:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-18T05:32:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-19T21:35:57+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Security 4.9",
"product": {
"name": "Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:4.9::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Security"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774260292"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3Ae4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3Ab092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256%3A9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3Aa4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3A3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3A67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3Ac435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3Abd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774260292"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3A433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3Aa524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3Ab6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3Aa961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3Aa2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3A981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774260292"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3A96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3Ad1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3Abaee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3A6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3Adc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774260292"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3Af6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3Aad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3Ae26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3A2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774294136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3Ad42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1775594284"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64 as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64 as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64 as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64 as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64 as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64 as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64 as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64 as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64 as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64 as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64 as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64 as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64 as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64 as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64 as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64 as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64 as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64 as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64 as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64 as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64 as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64 as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64 as a component of Red Hat Advanced Cluster Security 4.9",
"product_id": "Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security 4.9"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25128",
"cwe": {
"id": "CWE-248",
"name": "Uncaught Exception"
},
"discovery_date": "2026-01-30T16:01:27.320561+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2435497"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the fast-xml-parser npm library. In fast-xml-parser, a RangeError vulnerability exists in the numeric entity processing of fast-xml-parser when parsing XML with out-of-range entity code points (e.g., `\u0026#9999999;` or `\u0026#xFFFFFF;`). This causes the parser to throw an uncaught exception, crashing any application that processes untrusted XML input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser has RangeError DoS Numeric Entities Bug",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability impact of this flaw is limited to the application which bundles the fast-xml-parser library. Red Hat host systems are not at risk of availability impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25128"
},
{
"category": "external",
"summary": "RHBZ#2435497",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2435497"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25128",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25128"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25128",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25128"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e387f61c4a5cef792f6a2f42467013290bf95dc",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e387f61c4a5cef792f6a2f42467013290bf95dc"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.4",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.4"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-37qj-frw5-hhjh",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-37qj-frw5-hhjh"
}
],
"release_date": "2026-01-30T15:14:58.244000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-08T17:43:53+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7128"
},
{
"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 Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fast-xml-parser: fast-xml-parser has RangeError DoS Numeric Entities Bug"
},
{
"cve": "CVE-2026-25535",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-02-19T15:01:17.455095+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2440992"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsPDF. The addImage and html methods accept user input in their first argument without proper sanitization. An attacker can supply a specially crafted GIF file, specifically with invalid width and height header values, forcing the application to allocate an excessive amount of memory, leading to an out-of-memory condition, causing an application crash and denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsPDF: denial of service via malicious GIF dimensions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to process a specially crafted GIF file with an application using the addImage or html methods. This issue can cause the application to allocate an excessive amount of memory, eventually resulting in a denial of service with no other security impact. 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 Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25535"
},
{
"category": "external",
"summary": "RHBZ#2440992",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2440992"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25535",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25535"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25535",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25535"
},
{
"category": "external",
"summary": "https://github.com/ZeroXJacks/CVEs/blob/main/2026/CVE-2026-25535.md",
"url": "https://github.com/ZeroXJacks/CVEs/blob/main/2026/CVE-2026-25535.md"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/commit/2e5e156e284d92c7d134bce97e6418756941d5e6",
"url": "https://github.com/parallax/jsPDF/commit/2e5e156e284d92c7d134bce97e6418756941d5e6"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/releases/tag/v4.2.0",
"url": "https://github.com/parallax/jsPDF/releases/tag/v4.2.0"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/security/advisories/GHSA-67pg-wm7f-q7fj",
"url": "https://github.com/parallax/jsPDF/security/advisories/GHSA-67pg-wm7f-q7fj"
}
],
"release_date": "2026-02-19T14:34:05.648000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-08T17:43:53+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7128"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, sanitize image data or validate resources fetched from URLs before calling the addImage or html methods, making sure that the width and height header values do not exceed safe and predefined limits.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_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 Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsPDF: denial of service via malicious GIF dimensions"
},
{
"cve": "CVE-2026-25755",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-02-19T15:01:21.761677+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2440993"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsPDF. The addJS method accepts user input without proper sanitization, allowing an attacker to inject arbitrary PDF objects into the document. A specially crafted payload that escapes the JavaScript string delimiter can execute malicious actions or alter the document structure, resulting in arbitrary code execution when a user opens a PDF with a viewer that supports embedded scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsPDF: PDF object injection via unsanitized input in addJS method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to supply a specially crafted payload to the application using the addJS method and convince a user to open the generated PDF document with a viewer that supports embedded scripts. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25755"
},
{
"category": "external",
"summary": "RHBZ#2440993",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2440993"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25755",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25755"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25755",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25755"
},
{
"category": "external",
"summary": "https://github.com/ZeroXJacks/CVEs/blob/main/2026/CVE-2026-25755.md",
"url": "https://github.com/ZeroXJacks/CVEs/blob/main/2026/CVE-2026-25755.md"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/commit/56b46d45b052346f5995b005a34af5dcdddd5437",
"url": "https://github.com/parallax/jsPDF/commit/56b46d45b052346f5995b005a34af5dcdddd5437"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/releases/tag/v4.2.0",
"url": "https://github.com/parallax/jsPDF/releases/tag/v4.2.0"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/security/advisories/GHSA-9vjf-qc39-jprp",
"url": "https://github.com/parallax/jsPDF/security/advisories/GHSA-9vjf-qc39-jprp"
}
],
"release_date": "2026-02-19T14:41:46.941000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-08T17:43:53+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7128"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, sanitize the user-provided JavaScript code before passing it to the addJS method by strictly escaping backslashes and parentheses. Additionally, do not open PDF documents from untrusted sources.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.6,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsPDF: PDF object injection via unsanitized input in addJS method"
},
{
"cve": "CVE-2026-25896",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-02-20T22:01:59.622413+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441501"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by providing a specially crafted XML input. The system incorrectly interprets a dot in a DOCTYPE entity name as a regular expression wildcard during processing. This allows the attacker to bypass security measures and inject malicious scripts, resulting in Cross-Site Scripting (XSS) when the parsed output is displayed to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser: Cross-Site Scripting (XSS) due to improper DOCTYPE entity handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has been assessed as IMPORTANT for Red Hat products. This vulnerability arises when the parsed XML output is subsequently rendered to users which requires the interaction of the user. The impact of this flaw is also limited to the user\u0027s browser context.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25896"
},
{
"category": "external",
"summary": "RHBZ#2441501",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441501"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25896",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25896"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25896",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25896"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/943ef0eb1b2d3284e72dd74f44a042ee9f07026e",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/943ef0eb1b2d3284e72dd74f44a042ee9f07026e"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/ddcd0acf26ddd682cb0dc15a2bd6aa3b96bb1e69",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/ddcd0acf26ddd682cb0dc15a2bd6aa3b96bb1e69"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.5",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.5"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-m7jm-9gc2-mpf2",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-m7jm-9gc2-mpf2"
}
],
"release_date": "2026-02-20T20:57:48.074000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-08T17:43:53+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7128"
},
{
"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 Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-xml-parser: fast-xml-parser: Cross-Site Scripting (XSS) due to improper DOCTYPE entity handling"
},
{
"cve": "CVE-2026-25940",
"cwe": {
"id": "CWE-116",
"name": "Improper Encoding or Escaping of Output"
},
"discovery_date": "2026-02-19T16:04:06.757217+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441016"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsPDF. The properties and methods of the Acroform module accept user input without sanitization, allowing an attacker to inject arbitrary PDF objects, such as JavaScript actions. Specifically, if an attacker can supply a specially crafted input to the AcroformChildClass.appearanceState property, JavaScript actions can be executed when a user opens the generated PDF document and hovers over the radio button.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsPDF: PDF injection in AcroForm module allows arbitrary JavaScript execution (RadioButton children)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to supply a specially crafted input to the AcroformChildClass.appearanceState property of the Acroform module and convince a user to open the generated PDF document, resulting in arbitrary JavaScript execution when the user interacts with radio buttons. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25940"
},
{
"category": "external",
"summary": "RHBZ#2441016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441016"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25940",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25940"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25940",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25940"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/commit/71ad2dbfa6c7c189ab42b855b782620fa8a38375",
"url": "https://github.com/parallax/jsPDF/commit/71ad2dbfa6c7c189ab42b855b782620fa8a38375"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/releases/tag/v4.2.0",
"url": "https://github.com/parallax/jsPDF/releases/tag/v4.2.0"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/security/advisories/GHSA-p5xg-68wr-hm3m",
"url": "https://github.com/parallax/jsPDF/security/advisories/GHSA-p5xg-68wr-hm3m"
}
],
"release_date": "2026-02-19T15:26:57.645000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-08T17:43:53+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7128"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, sanitize the user-provided input before passing it to the AcroformChildClass.appearanceState property or other API members. Additionally, do not open PDF documents from untrusted sources.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.6,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsPDF: PDF injection in AcroForm module allows arbitrary JavaScript execution (RadioButton children)"
},
{
"cve": "CVE-2026-26278",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-02-19T21:03:33.363864+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441120"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by providing a specially crafted, small XML input. This input can force the XML parser to perform an unlimited amount of entity expansion, consuming excessive resources. This can lead to the application freezing for an extended period, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser: Denial of Service via unlimited XML entity expansion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26278"
},
{
"category": "external",
"summary": "RHBZ#2441120",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441120"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26278",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26278"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26278",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26278"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/910dae5be2de2955e968558fadf6e8f74f117a77",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/910dae5be2de2955e968558fadf6e8f74f117a77"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.6",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.6"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-jmr7-xgp7-cmfj",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-jmr7-xgp7-cmfj"
}
],
"release_date": "2026-02-19T19:40:55.842000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-08T17:43:53+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7128"
},
{
"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 Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_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 Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-xml-parser: fast-xml-parser: Denial of Service via unlimited XML entity expansion"
},
{
"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 Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_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 Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_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-08T17:43:53+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7128"
},
{
"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 Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_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 Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fast-xml-parser: fast-xml-parser: Stack overflow leads to Denial of Service"
},
{
"cve": "CVE-2026-31898",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-03-18T04:02:12.103945+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448547"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsPDF, a JavaScript library used for generating PDF documents. This vulnerability allows a remote attacker to inject arbitrary PDF objects, including JavaScript actions, into a generated PDF. This can occur if unsanitized user input is provided to the `createAnnotation` method\u0027s `color` parameter. When a user opens or interacts with the specially crafted PDF, these injected actions may execute, potentially leading to arbitrary code execution or sensitive information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jspdf: jsPDF: Arbitrary code execution via unsanitized input in createAnnotation method",
"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 Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31898"
},
{
"category": "external",
"summary": "RHBZ#2448547",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448547"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31898",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31898"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31898",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31898"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/blob/b1607a9391d4cd65ea7ade25998aea8345ae1be3/src/modules/annotations.js#L193-L208",
"url": "https://github.com/parallax/jsPDF/blob/b1607a9391d4cd65ea7ade25998aea8345ae1be3/src/modules/annotations.js#L193-L208"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/commit/4155c4819d5eca284168e51e0e1e81126b4f14b8",
"url": "https://github.com/parallax/jsPDF/commit/4155c4819d5eca284168e51e0e1e81126b4f14b8"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/releases/tag/v4.2.1",
"url": "https://github.com/parallax/jsPDF/releases/tag/v4.2.1"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/security/advisories/GHSA-7x6v-j9x4-qf24",
"url": "https://github.com/parallax/jsPDF/security/advisories/GHSA-7x6v-j9x4-qf24"
}
],
"release_date": "2026-03-18T03:03:43.469000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-08T17:43:53+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7128"
},
{
"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 Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jspdf: jsPDF: Arbitrary code execution via unsanitized input in createAnnotation method"
},
{
"cve": "CVE-2026-31938",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-03-18T04:02:27.320536+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448550"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsPDF, a JavaScript library for generating PDFs. A remote attacker can exploit this vulnerability by providing malicious input to the `options` argument of the `output` function. When a victim creates and opens a PDF using this unsanitized input, arbitrary HTML, including scripts, can be injected and executed within the victim\u0027s browser context. This Cross-Site Scripting (XSS) vulnerability allows the attacker to extract or modify sensitive information from the victim\u0027s browser.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jspdf: jsPDF: Cross site scripting via unsanitized output options",
"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 Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31938"
},
{
"category": "external",
"summary": "RHBZ#2448550",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448550"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31938",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31938"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31938",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31938"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/commit/87a40bbd07e6b30575196370670b41f264aa78d7",
"url": "https://github.com/parallax/jsPDF/commit/87a40bbd07e6b30575196370670b41f264aa78d7"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/releases/tag/v4.2.1",
"url": "https://github.com/parallax/jsPDF/releases/tag/v4.2.1"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/security/advisories/GHSA-wfv2-pwc8-crg5",
"url": "https://github.com/parallax/jsPDF/security/advisories/GHSA-wfv2-pwc8-crg5"
}
],
"release_date": "2026-03-18T03:05:44.964000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-08T17:43:53+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7128"
},
{
"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 Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jspdf: jsPDF: Cross site scripting via unsanitized output options"
},
{
"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 Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_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 Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_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-08T17:43:53+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7128"
},
{
"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 Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_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 Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"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 Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le"
]
}
],
"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 Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le"
]
},
"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-08T17:43:53+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7128"
},
{
"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 Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0fa1b2d7000300a498354f90854e977b104acd7368b55043954027e083330cc7_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:38d7d3976b8dab7c57fa3d836d728d7d8dd4c3708f3ad752f4b7bd8e5e5d9fdb_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:6e95dd436f536f5688e495bb0e4e157ab88082b39088a203624886167be59e16_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:970d5dd053921bbe36ba72ea7a44792eeb3d985fd086e54e718a484e21c3238f_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0e5f83114a1e501dbcb23de8b8fd2c5b8470feab7cee2304da74c65ecfc37c2c_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4e53d49c420aad901e790faff75cb863a5940c75f4ae9222d252cb1184a61032_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5e598218aea7b7113132dbeafd981ba7be652452efde8ca1bcef0ab780bc3f26_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7afa1136b9335128f9edefa4f01138d8f52eb0825a6b1bdc5de1d2af23ad37b4_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:433c4926f5a93402642d459c627a1ecf65e101a42bcce4042c36858205b93be9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:96d11ff01950830eac7df626092e231ab3ff78f678fb6ddb3e88bf58dd2bda65_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e4554b911cb8df3f181ae1c3e8d3d69b2feb2985f71de1e782575b4f92165f96_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f6c3977c2d562656928aa1b8477b98174a8d26db903954bdfc766cc8dfc17c7d_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9f24219801a7240ecf7a08ed16f837adf7166b53a3a32ddab932a144a36b7ebf_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:04d163e1994dec3630cdf2f5b7a4d903369b5e36fcb7b2ab8c65300fa410d541_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:27e501a85a6008eca7284c56c248a72adc62e5c8a918f1455bf0f3c22dd6e1d4_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ad7fad31ecb272845bd5e2e2a37598ccc97d5d88d250dc4bc67e7d26973fcd6b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b092ad0814533fec4198ebd3f62a74c45801b0f8c167afb095b0aba7054f50da_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56b6a1298a529b756765c844cd09e6201a7b5caca2cdf8d88a28814628585fa9_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:86a0e2ae3e5ad51ad5157216ce3c88fdaf4d9761c52083d4f1f4f76e0b223d6e_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a4d435b3cd591330f60ac1198421ce870aa26f6204145431c0de9af4f7237b2d_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a524c2fe87dbe91b9972ad219f226ed7ea6e37af18a55e1568ae06a886b77f89_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:399e4a7cd54180ebdfc032f604d32323c4d37ac073a05931ab515970531a6528_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4e4a7bc8db8e40a45974038fb8aa0345f9327d15ae0374d07c9b53e37ffadaab_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9023f51ebcc39adb0d1f7fcce2d7104b1ae00c4b1c69f055c33c07256a8976a9_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:baee5d07635ef3035b4f64910f5e5ae9d718cdd75e720c4ca0d74b98f4ca6fbf_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2df8ad9a2eca2a463edc913886cfe495cb7d801b224ed8d331954517f4101eb1_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:57c63eeb0553e2589ff009ea4282fc604a80a219c5aa9c5249c86c67ceef0e1b_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:81b432dd922d7408be4661517abfa3fd203899749c2e18f101c08f090663d5ad_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8815b798e4ae3b11694dda0a577e15b10885185a71375100fd68b4e09b3330fa_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:3114362de56dc97a9e3790d9cf1636bae69e91575eef33b4e6d21212010e2829_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:b6e61f71cc64819c7c427a2de93d5e4700deafd5e6045588627c5b5b78942cd5_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:d1d31953836e40908b82b037f5641d0a67a8e247024592d0eccf35c4ebdce336_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e26e1bc1616b64d275654c7008e84d9228cc7382d17a46f7cfd7a001b3a40af5_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2d14ae518b1d571ac6fef7120d683b8de2f140f6c183f6f8e89896e954a0f4dc_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:6717ba500df4569760009ba9afcce1b4fc0ad274da2a4640df910d3523f4585d_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:67303bf30b677847afc4b0407feed0315efd174360e0d83f51b26432edb2533e_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a961c4b590e0628705ef9febfb97d5c6a294188d06db3733f4119b158b0584cb_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:981235a1d6f2788bb7c8fd729c0211e937cd2d8f2de1edeb2c492c506df5b790_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bd121fbb2925ec8b0880de8e867a0407006c1ceceae0703c7c4dafcdf5ae48b3_amd64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:d42306d76f1ef70e66bfd0b56b4e267df5f8e616442cb94fe066031dfec832ae_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:dc37373dbc9e947cd30672ce06f4ce6c356172bd616a281d6532724cdddc5a2b_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:145e7b65e3d01210bfa07bb3e286c29e1d9218b38ec78c4e97557cba6ec4c14b_s390x",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:3543c30e948798589f524257534f061ede88462678b9e4946efd54ac37ead3ad_ppc64le",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a2840c33be901c656235847f55ece04b3a0f8cd2c5d303a21ae5241beab2e7db_arm64",
"Red Hat Advanced Cluster Security 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c435106c4bc0ab943b8967827aff540f57174f7a0c27df6879db9ec587dfe3fa_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
}
]
}
ubuntu-cve-2026-25128
Vulnerability from osv_ubuntu
fast-xml-parser allows users to validate XML, parse XML to JS object, or build XML from JS object without C/C++ based libraries and no callback. In versions 5.0.9 through 5.3.3, a RangeError vulnerability exists in the numeric entity processing of fast-xml-parser when parsing XML with out-of-range entity code points (e.g., � or �). This causes the parser to throw an uncaught exception, crashing any application that processes untrusted XML input. Version 5.3.4 fixes the issue.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-webfont",
"binary_version": "11.4.0+dfsg2+~cs35.7.26-7ubuntu1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "node-webfont",
"purl": "pkg:deb/ubuntu/node-webfont@11.4.0+dfsg2+~cs35.7.26-7ubuntu1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"11.4.0+dfsg2+~cs35.7.26-7ubuntu1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-webfont",
"binary_version": "11.4.0+dfsg2+~cs35.7.26-13ubuntu2"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "node-webfont",
"purl": "pkg:deb/ubuntu/node-webfont@11.4.0+dfsg2+~cs35.7.26-13ubuntu2?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"11.4.0+dfsg2+~cs35.7.26-10",
"11.4.0+dfsg2+~cs35.7.26-13ubuntu2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-webfont",
"binary_version": "11.4.0+dfsg2+~cs35.7.26-18"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "node-webfont",
"purl": "pkg:deb/ubuntu/node-webfont@11.4.0+dfsg2+~cs35.7.26-18?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"11.4.0+dfsg2+~cs35.7.26-13ubuntu2",
"11.4.0+dfsg2+~cs35.7.26-14",
"11.4.0+dfsg2+~cs35.7.26-15",
"11.4.0+dfsg2+~cs35.7.26-16build1",
"11.4.0+dfsg2+~cs35.7.26-18"
]
}
],
"aliases": [],
"details": "fast-xml-parser allows users to validate XML, parse XML to JS object, or build XML from JS object without C/C++ based libraries and no callback. In versions 5.0.9 through 5.3.3, a RangeError vulnerability exists in the numeric entity processing of fast-xml-parser when parsing XML with out-of-range entity code points (e.g., `\u0026#9999999;` or `\u0026#xFFFFFF;`). This causes the parser to throw an uncaught exception, crashing any application that processes untrusted XML input. Version 5.3.4 fixes the issue.",
"id": "UBUNTU-CVE-2026-25128",
"modified": "2026-05-20T15:26:05Z",
"published": "2026-01-30T16:16:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-25128"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25128"
},
{
"type": "REPORT",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e387f61c4a5cef792f6a2f42467013290bf95dc"
},
{
"type": "REPORT",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.4"
},
{
"type": "REPORT",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-37qj-frw5-hhjh"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-25128"
]
}
WID-SEC-W-2026-0526
Vulnerability from csaf_certbund - Published: 2026-02-25 23:00 - Updated: 2026-05-07 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM App Connect Enterprise <12.0.12.24
IBM / App Connect Enterprise
|
<12.0.12.24 | ||
|
IBM App Connect Enterprise Container Operator <12.0.22
IBM / App Connect Enterprise
|
Container Operator <12.0.22 | ||
|
IBM App Connect Enterprise Certified Container Operator <13.0.0
IBM / App Connect Enterprise
|
Certified Container Operator <13.0.0 | ||
|
IBM App Connect Enterprise <12.0.12.23
IBM / App Connect Enterprise
|
<12.0.12.23 | ||
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM App Connect Enterprise <13.0.6.2
IBM / App Connect Enterprise
|
<13.0.6.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM App Connect Enterprise <12.0.12.24
IBM / App Connect Enterprise
|
<12.0.12.24 | ||
|
IBM App Connect Enterprise Container Operator <12.0.22
IBM / App Connect Enterprise
|
Container Operator <12.0.22 | ||
|
IBM App Connect Enterprise Certified Container Operator <13.0.0
IBM / App Connect Enterprise
|
Certified Container Operator <13.0.0 | ||
|
IBM App Connect Enterprise <12.0.12.23
IBM / App Connect Enterprise
|
<12.0.12.23 | ||
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM App Connect Enterprise <13.0.6.2
IBM / App Connect Enterprise
|
<13.0.6.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM App Connect Enterprise <12.0.12.24
IBM / App Connect Enterprise
|
<12.0.12.24 | ||
|
IBM App Connect Enterprise Container Operator <12.0.22
IBM / App Connect Enterprise
|
Container Operator <12.0.22 | ||
|
IBM App Connect Enterprise Certified Container Operator <13.0.0
IBM / App Connect Enterprise
|
Certified Container Operator <13.0.0 | ||
|
IBM App Connect Enterprise <12.0.12.23
IBM / App Connect Enterprise
|
<12.0.12.23 | ||
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM App Connect Enterprise <13.0.6.2
IBM / App Connect Enterprise
|
<13.0.6.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM App Connect Enterprise <12.0.12.24
IBM / App Connect Enterprise
|
<12.0.12.24 | ||
|
IBM App Connect Enterprise Container Operator <12.0.22
IBM / App Connect Enterprise
|
Container Operator <12.0.22 | ||
|
IBM App Connect Enterprise Certified Container Operator <13.0.0
IBM / App Connect Enterprise
|
Certified Container Operator <13.0.0 | ||
|
IBM App Connect Enterprise <12.0.12.23
IBM / App Connect Enterprise
|
<12.0.12.23 | ||
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM App Connect Enterprise <13.0.6.2
IBM / App Connect Enterprise
|
<13.0.6.2 |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "IBM App Connect Enterprise kombiniert die branchenbew\u00e4hrten Technologien des IBM Integration Bus mit Cloud-nativen Technologien.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in IBM App Connect Enterprise ausnutzen, um Daten zu manipulieren, und um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-0526 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0526.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0526 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0526"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7261765 vom 2026-02-25",
"url": "https://www.ibm.com/support/pages/node/7261765"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7262274 vom 2026-03-02",
"url": "https://www.ibm.com/support/pages/node/7262274"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7262442 vom 2026-03-03",
"url": "https://www.ibm.com/support/pages/node/7262442"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7266629 vom 2026-03-18",
"url": "https://www.ibm.com/support/pages/node/7266629"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7268736 vom 2026-04-07",
"url": "https://www.ibm.com/support/pages/node/7268736"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7272299 vom 2026-05-07",
"url": "https://www.ibm.com/support/pages/node/7272299"
}
],
"source_lang": "en-US",
"title": "IBM App Connect Enterprise: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-05-07T22:00:00.000+00:00",
"generator": {
"date": "2026-05-08T10:31:46.598+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0526",
"initial_release_date": "2026-02-25T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-02-25T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-03-02T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-03-03T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-03-17T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-04-07T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-05-07T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von IBM aufgenommen"
}
],
"status": "final",
"version": "6"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "IBM App Connect Enterprise",
"product": {
"name": "IBM App Connect Enterprise",
"product_id": "T032495",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:-"
}
}
},
{
"category": "product_version_range",
"name": "\u003c13.0.6.2",
"product": {
"name": "IBM App Connect Enterprise \u003c13.0.6.2",
"product_id": "T051233"
}
},
{
"category": "product_version",
"name": "13.0.6.2",
"product": {
"name": "IBM App Connect Enterprise 13.0.6.2",
"product_id": "T051233-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:13.0.6.2"
}
}
},
{
"category": "product_version_range",
"name": "\u003c12.0.12.23",
"product": {
"name": "IBM App Connect Enterprise \u003c12.0.12.23",
"product_id": "T051234"
}
},
{
"category": "product_version",
"name": "12.0.12.23",
"product": {
"name": "IBM App Connect Enterprise 12.0.12.23",
"product_id": "T051234-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:12.0.12.23"
}
}
},
{
"category": "product_name",
"name": "IBM App Connect Enterprise",
"product": {
"name": "IBM App Connect Enterprise",
"product_id": "T051349",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:-"
}
}
},
{
"category": "product_version_range",
"name": "\u003c12.0.12.24",
"product": {
"name": "IBM App Connect Enterprise \u003c12.0.12.24",
"product_id": "T051875"
}
},
{
"category": "product_version",
"name": "12.0.12.24",
"product": {
"name": "IBM App Connect Enterprise 12.0.12.24",
"product_id": "T051875-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:12.0.12.24"
}
}
},
{
"category": "product_version_range",
"name": "Container Operator \u003c12.0.22",
"product": {
"name": "IBM App Connect Enterprise Container Operator \u003c12.0.22",
"product_id": "T052447"
}
},
{
"category": "product_version",
"name": "Container Operator 12.0.22",
"product": {
"name": "IBM App Connect Enterprise Container Operator 12.0.22",
"product_id": "T052447-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:certified_container_operator__12.0.22"
}
}
},
{
"category": "product_version_range",
"name": "Certified Container Operator \u003c13.0.0",
"product": {
"name": "IBM App Connect Enterprise Certified Container Operator \u003c13.0.0",
"product_id": "T052448"
}
},
{
"category": "product_version",
"name": "Certified Container Operator 13.0.0",
"product": {
"name": "IBM App Connect Enterprise Certified Container Operator 13.0.0",
"product_id": "T052448-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:certified_container_operator__13.0.0"
}
}
}
],
"category": "product_name",
"name": "App Connect Enterprise"
}
],
"category": "vendor",
"name": "IBM"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61140",
"product_status": {
"known_affected": [
"T051349",
"T051875",
"T052447",
"T052448",
"T051234",
"T032495",
"T051233"
]
},
"release_date": "2026-02-25T23:00:00.000+00:00",
"title": "CVE-2025-61140"
},
{
"cve": "CVE-2026-24001",
"product_status": {
"known_affected": [
"T051349",
"T051875",
"T052447",
"T052448",
"T051234",
"T032495",
"T051233"
]
},
"release_date": "2026-02-25T23:00:00.000+00:00",
"title": "CVE-2026-24001"
},
{
"cve": "CVE-2026-25128",
"product_status": {
"known_affected": [
"T051349",
"T051875",
"T052447",
"T052448",
"T051234",
"T032495",
"T051233"
]
},
"release_date": "2026-02-25T23:00:00.000+00:00",
"title": "CVE-2026-25128"
},
{
"cve": "CVE-2026-25547",
"product_status": {
"known_affected": [
"T051349",
"T051875",
"T052447",
"T052448",
"T051234",
"T032495",
"T051233"
]
},
"release_date": "2026-02-25T23:00:00.000+00:00",
"title": "CVE-2026-25547"
}
]
}
WID-SEC-W-2026-1039
Vulnerability from csaf_certbund - Published: 2026-04-09 22:00 - Updated: 2026-04-09 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway <10.6.0.9
IBM / DataPower Gateway
|
<10.6.0.9 | ||
|
IBM DataPower Gateway <10.5.0.21
IBM / DataPower Gateway
|
<10.5.0.21 | ||
|
IBM DataPower Gateway <11.0.0.0
IBM / DataPower Gateway
|
<11.0.0.0 |
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Das DataPower Gateway ist eine Software zur Unterst\u00fctzung von Unternehmen bei der Erf\u00fcllung der Sicherheits- und Integrationsanforderungen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in IBM DataPower Gateway ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1039 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1039.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1039 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1039"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7269023 vom 2026-04-09",
"url": "https://www.ibm.com/support/pages/node/7269023"
}
],
"source_lang": "en-US",
"title": "IBM DataPower Gateway: Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2026-04-09T22:00:00.000+00:00",
"generator": {
"date": "2026-04-10T08:44:14.476+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-1039",
"initial_release_date": "2026-04-09T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-04-09T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c11.0.0.0",
"product": {
"name": "IBM DataPower Gateway \u003c11.0.0.0",
"product_id": "T052620"
}
},
{
"category": "product_version",
"name": "11.0.0.0",
"product": {
"name": "IBM DataPower Gateway 11.0.0.0",
"product_id": "T052620-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:11.0.0.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.6.0.9",
"product": {
"name": "IBM DataPower Gateway \u003c10.6.0.9",
"product_id": "T052621"
}
},
{
"category": "product_version",
"name": "10.6.0.9",
"product": {
"name": "IBM DataPower Gateway 10.6.0.9",
"product_id": "T052621-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.6.0.9"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.5.0.21",
"product": {
"name": "IBM DataPower Gateway \u003c10.5.0.21",
"product_id": "T052622"
}
},
{
"category": "product_version",
"name": "10.5.0.21",
"product": {
"name": "IBM DataPower Gateway 10.5.0.21",
"product_id": "T052622-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.5.0.21"
}
}
}
],
"category": "product_name",
"name": "DataPower Gateway"
}
],
"category": "vendor",
"name": "IBM"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25128",
"product_status": {
"known_affected": [
"T052621",
"T052622",
"T052620"
]
},
"release_date": "2026-04-09T22:00:00.000+00:00",
"title": "CVE-2026-25128"
}
]
}
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.