Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-30204 (GCVE-0-2025-30204)
Vulnerability from cvelistv5 – Published: 2025-03-21 21:42 – Updated: 2025-04-10 13:03- CWE-405 - Asymmetric Resource Consumption (Amplification)
| URL | Tags |
|---|---|
| https://github.com/golang-jwt/jwt/security/adviso… | x_refsource_CONFIRM |
| https://github.com/golang-jwt/jwt/commit/0951d184… | x_refsource_MISC |
| https://github.com/golang-jwt/jwt/commit/bf316c48… | x_refsource_MISC |
| https://security.netapp.com/advisory/ntap-2025040… |
| Vendor | Product | Version | |
|---|---|---|---|
| golang-jwt | jwt |
Affected:
>= 3.2.0, < 4.5.2
Affected: >= 5.0.0-rc.1, < 5.2.2 |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-30204",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-03-24T14:10:18.281694Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-03-24T14:10:35.776Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-04-04T23:03:13.309Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://security.netapp.com/advisory/ntap-20250404-0002/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "jwt",
"vendor": "golang-jwt",
"versions": [
{
"status": "affected",
"version": "\u003e= 3.2.0, \u003c 4.5.2"
},
{
"status": "affected",
"version": "\u003e= 5.0.0-rc.1, \u003c 5.2.2"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-405",
"description": "CWE-405: Asymmetric Resource Consumption (Amplification)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-04-10T13:03:19.897Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"name": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"name": "https://github.com/golang-jwt/jwt/commit/bf316c48137a1212f8d0af9288cc9ce8e59f1afb",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/golang-jwt/jwt/commit/bf316c48137a1212f8d0af9288cc9ce8e59f1afb"
}
],
"source": {
"advisory": "GHSA-mh63-6h87-95cp",
"discovery": "UNKNOWN"
},
"title": "jwt-go allows excessive memory allocation during header parsing"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-30204",
"datePublished": "2025-03-21T21:42:01.382Z",
"dateReserved": "2025-03-18T18:15:13.849Z",
"dateUpdated": "2025-04-10T13:03:19.897Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-30204",
"date": "2026-07-03",
"epss": "0.00693",
"percentile": "0.48381"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-30204\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-03-21T22:15:26.420\",\"lastModified\":\"2026-06-17T09:08:21.100\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.\"},{\"lang\":\"es\",\"value\":\"golang-jwt es una implementaci\u00f3n de Go de tokens web JSON. En versiones anteriores a la 5.2.2 y la 4.5.2, la funci\u00f3n parse.ParseUnverified divide (mediante una llamada a strings.Split) su argumento (que contiene datos no confiables) en puntos. Como resultado, ante una solicitud maliciosa cuyo encabezado de autorizaci\u00f3n consiste en \\\"Bearer\\\" seguido de muchos puntos, una llamada a dicha funci\u00f3n genera asignaciones de O(n) bytes (donde n representa la longitud del argumento de la funci\u00f3n), con un factor constante de aproximadamente 16. Este problema se solucion\u00f3 en las versiones 5.2.2 y 4.5.2.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"golang-jwt\",\"product\":\"jwt\",\"versions\":[{\"version\":\"\u003e= 3.2.0, \u003c 4.5.2\",\"status\":\"affected\"},{\"version\":\"\u003e= 5.0.0-rc.1, \u003c 5.2.2\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-03-24T14:10:18.281694Z\",\"id\":\"CVE-2025-30204\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-405\"}]}],\"references\":[{\"url\":\"https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/golang-jwt/jwt/commit/bf316c48137a1212f8d0af9288cc9ce8e59f1afb\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20250404-0002/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://security.netapp.com/advisory/ntap-20250404-0002/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-04-04T23:03:13.309Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-30204\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-03-24T14:10:18.281694Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-03-24T14:10:25.565Z\"}}], \"cna\": {\"title\": \"jwt-go allows excessive memory allocation during header parsing\", \"source\": {\"advisory\": \"GHSA-mh63-6h87-95cp\", \"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\": \"golang-jwt\", \"product\": \"jwt\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 3.2.0, \u003c 4.5.2\"}, {\"status\": \"affected\", \"version\": \"\u003e= 5.0.0-rc.1, \u003c 5.2.2\"}]}], \"references\": [{\"url\": \"https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp\", \"name\": \"https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3\", \"name\": \"https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/golang-jwt/jwt/commit/bf316c48137a1212f8d0af9288cc9ce8e59f1afb\", \"name\": \"https://github.com/golang-jwt/jwt/commit/bf316c48137a1212f8d0af9288cc9ce8e59f1afb\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-405\", \"description\": \"CWE-405: Asymmetric Resource Consumption (Amplification)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-04-10T13:03:19.897Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-30204\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-04-10T13:03:19.897Z\", \"dateReserved\": \"2025-03-18T18:15:13.849Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-03-21T21:42:01.382Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2026:2155
Vulnerability from csaf_redhat - Published: 2026-02-05 17:17 - Updated: 2026-07-03 12:12A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64 | — |
Workaround
|
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64 | — |
{
"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.17 security, enhancement \u0026 bug fix update",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Data Foundation 4.17 security, enhancement \u0026 bug fix update.",
"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:2155",
"url": "https://access.redhat.com/errata/RHSA-2026:2155"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"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_2155.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.17 security, enhancement \u0026 bug fix update",
"tracking": {
"current_release_date": "2026-07-03T12:12:08+00:00",
"generator": {
"date": "2026-07-03T12:12:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:2155",
"initial_release_date": "2026-02-05T17:17:50+00:00",
"revision_history": [
{
"date": "2026-02-05T17:17:50+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-05T17:17:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-03T12:12:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Openshift Data Foundation 4.17",
"product": {
"name": "Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.17::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Openshift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234689"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256%3Aa9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770238638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3Aca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64",
"product_id": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256%3A95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770238650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256%3Ae7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770238648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3Ae23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234938"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64",
"product_id": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256%3Ac67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770238654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3Ad1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256%3Ae1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770238665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Af8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256%3A1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770238683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3Ae4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64",
"product_id": "registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256%3Ac311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770238669"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64",
"product_id": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256%3Adec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770238673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64",
"product_id": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256%3A6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770238695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64",
"product_id": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256%3A5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770238677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64",
"product_id": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256%3A3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770238685"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256%3A10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770238689"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234689"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3Ab464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3Af836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234938"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3Ab9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3Abae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3Ac0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Ab32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3Ae77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3Abbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235608"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234689"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3Ac424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3Abec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3Adf93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234938"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3Abbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Ae9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3Aabbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3Acb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235608"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3Aeceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770234950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3Ab4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3Ae219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3Ac442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1770235485"
}
}
}
],
"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:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64 as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le as a component of Red Hat Openshift Data Foundation 4.17",
"product_id": "Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.17"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T17:17:50+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.17/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2155"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_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.17:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T17:17:50+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.17/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2155"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:a9ff9039f22a14b7c525b987822b02ad79dad3c4f435ee6d58d4abf9eb3d0fe0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:36a63eadef61c38463ef5a4e823e37c3cf1fe9e679b68264cffdbb0d86edf751_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:52dc31183581360f901c73453f3afded6fd8f3b130e3ba4c59c1aaa3be9ec583_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:78742368c1679a1b69b6ef55c72c8ecbe3204f6ecf701622e7c7b298c484b2ec_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:98f64aaedf7451ca596f3cf8fd083bf5375a2ce3063c61b24c08b348b97cba73_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:0f428fbc2f749cb0a303b67b60282cf4908954fda072c8174fa7d798c1b0920c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2fb82dda2876c10013db5749ad2afd499d3e874c5e1f35afb4f890a4c8b60dfc_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d3c437f41c235f509892e4d2c1565fef4e5cc33381c8bedad30ff83408915cf_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:07f7d48437f0c0b9b7fe8ae2c7eed250f74b9e88fd8fd3214920ae39902b77eb_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:1315e5acfb0745d2b872d8856de90b117f63ea63e7b136f73362f51f3b3f32ea_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-core-rhel9@sha256:ca4be2c61f049b117224fced3f3a2f740137b99d5f43dee915920ebea415b3d7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-operator-bundle@sha256:95dd96ba09bb2d62b6f736e1601ae37c262e38a1dcb8c0b5c3ee702286fab1dd_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:60aa3602cd7f640ded7db53022505c993b91429c45e6f1835a4edf45d1ed76ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e5ca922208fa04bae7aa4925627b2910ec5027c8323616f468087ea10be7dfe_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:879220d91be576939ca9f26a9f0b46e0bdcc340788bea75dfff13957276afd12_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:9d53bd43800e27cc3e9c4b3536cd944282068042a03e4ed158ae7ea568eb67bb_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:76689e75a38f9c07f976fcba259a1fb26887bdddf6aa9d10c27e15bf761930b0_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:b464a969642a0348dfb131a1a6a5db8e293370c75b0ed48e1a0c6860cf51a233_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:c424e2d14cf3369b5ed0c3108f658b3c9a024ecde76aed9a9da08d18206069e6_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:e7461dfd9c921498bca83758201156ab55237c25402022b144840f7baa8c3d59_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:5c0296b45947ea919285fb2b6d4ec2d2df98a8151454d2cc06408f18e836a893_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bec544255599b80992347e6a6e3c45c6a191fa860306a8ce616f1e33ee70ef53_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:eceef4815ac7604575be589dd68553c5acd78b5dbbfd0271c4058bfca6d3034a_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:f836eea45a0944160ced7286aa720ab8261d6a2f4511d68144ee03b0af2b4ea1_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:3bf6d6a9f9ddd15bc57142e19da42bee30bfc528d7e8d827b62d0fc36f5b1476_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:df93509dffc184bcf6eefddd397017b24ea07ce24858c790ecfacfffc91bc71c_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:e23e303705ae4eb6903e557fb55a8e4211b61dd603dcab9ab1d0a7eda1e7cd16_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-operator-bundle@sha256:c67bf6279d530ea4ab96ee0a30e142c33676d50961e212baa26ca08daf4fb602_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:05c842a35c6cb9d6edc5d501de57dadbf7e93671a87e516eadfd9ea0da7c298e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:312ff3a1998521eed6b7c73b8ce9f86be270987ba562201207bc5e226326cdf5_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:3655ce252b3acef3ca8b7e1bf9124522df42630f73c6a2a0e510aadaf4176717_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b9bd1b54f78c13b60173257a33d7de848eb325fa29e3dc06312d61cd4104f158_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:06456bb1dbcb1eb9090968f0ed3c0d10a7da8ac6e40a8568db2145ab33c41633_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0823243f581a5f895da1d66c6d327e3a472092c7de53d441913e123e96392f75_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:35ea494135fd04c108d354b77decf066ee7db65fff9b9d7fe045278ec543befe_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b4f8b0110473857635686c6a6fadbcf7483a0bd823998fc772a2f9c70333ddff_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:558216f99f8a9916f079a4643397c2bc80cb20bf205e6438d9ea332de7eeb330_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:5f122ba531dab9fbc51e625e64f3ff279c345b314090de621e9ebcd03f01749c_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-console-rhel9@sha256:d1230499f54986708c988e869d81a73473fcda68727c77dade9ed14c8f197da7_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:5fefab6686f1f7e8437046c423d8352bac77cbda83f42e65072030d4ba48a6a4_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:711b5dd6c358a1a78880d633cd8409ad43023bd9bc2970c92f74846b50046df3_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:bae712517579fac5703fae428ef9930b0b0e508fcaa6bf173cc869e54ea4e1d0_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e1f7efe9dcba36adf283efa0ccf95c9081033c17558defcc4f0cf527a1b93b32_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4a5a3b2eef0fd9236197fb625d61e52e0288add73b821da30cb9ce812f9bde5e_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4bea0827e487919c6708b8e0bf317351e9bc67a8d5ca5b86e9596f082466e977_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bbd2d8726c06ca64c38ac3f5f786337002f2bf16ec799d3c1ecc1e1774f99987_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:c0b11b7c718587db73f81b3e9d7b7b0ce8a651c728a8b30b5102211a59165eb9_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:004c12e61aefec1eadfa3bff6243b9c0afdd6732ae4d6d3261551b0f6075c1a3_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:b32899f4cd991238de1d64576d14fbf9b53ef22b3bba723035539ae5c2825c72_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e9bd55e58f1037cf1d47efeab1befef1e4377a3fc0eebe585088dab36e85c3b5_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f8aaba07e72a5ca6dce1d4df4607e737efc852334e273ce7b5c2b4cc66bfa902_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:2279f8b259dbd3e7f7545260ba5898e05cde9202d5646fa7cf2546fa244525fc_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:4c9d8c724cbe45f651dded1af22b54662318d9be806f780314d964f6557864d3_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e77ad79e2b7fbbc15bbc382ce52cfb91830dbff923a126b6865a0f728165b6c2_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:1c83f66d6ea914ff10bf193439c86e268cfeb49dd7d2d1ebfd828e6cbda29c2a_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:1595837c3bb6a2acfd6606339a006dda55bc0083a745f2ceadb4118d30d15c5d_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9862f07d85cc65ae3bc052311b9d7fe4917c7161d7cdfd7085284b6cad2b025d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:abbb61f1ddfa1dfb6a8a9192fe52fafae2808a48f9a523e4ae235780bcda70b2_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:e219ca283762ea5765d0fa691ad6668afc5914a11770e41593ca1573d3c0b9b0_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:4a0d4f8359d0ed6c03bfeaa13fe49aa2c0e25ef84ae3c9e49b18086195c4804f_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5153f0d306a92c3a2d9c4f84909b9ec6ae386275aeda225ff2e799fc3407e76a_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cb111389ae9b1be69856acc42d0ac8ae7bba9e439460d75e416f35f30df6b349_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e4d1154193c6cc518cd1a13710b9c850cc67109790d4c88666eb5a45bae41f87_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-operator-bundle@sha256:c311c627a675047b48c720119ce191c974466ed1ee73f2e9cbd2ccf5266e59d9_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:dec5f70bf0b53d15132347bde4b7601f98b8b9f5bccb22b88b03909a95aebca1_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:08a4bb72ab78518bb7acaf9f82b7d34c31eae5f58a9d8b8061fdb014bf4d527f_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:0e7d8e893c52250ba821a250d7532d5e5a6c3e5ff1ddf439cf7b78d715738a16_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150e1055161305e2ad8ad10ff9ea50037553946c5b77d31d31b4bf3029c47429_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odf-rhel9-operator@sha256:97ffe1ca43a7bbcf3c930a09f5d508c7943c78172ae8f0e1b237440b9db7d71d_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6ec450e8e6a3bf8f3f5bbbf2d8d6249f65506de027b1709dd9c2237a967f9ffa_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:5088161a31edd247d796ee31907f99b2189b9cd1a83f212701616f18876cd871_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:3a93271c8df8c77b4f6f21e46e71c63e20459e49054e737a7e26f232d7ed369e_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1c9e6b3c24ef305aaa459b555fc0e64c3701f13c275aa7a35bda65d29feda3ba_ppc64le",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:1d2a627a78f63d7c276db24ac02d147831af3080ea66a368e7cb0dafadcce75d_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:89f858e1635210eb377635f6318135c9cf0a317037f3872a582991318eab60e9_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/odr-rhel9-operator@sha256:c442f5372f9fcbc7ea0b5ac95422fbbfe062b5b807513dd99b5c0b9b1d165468_arm64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:10cbf35e928f4c743dc64952825dfca16fe4ca7db9aaf1402f564fabb14c64c8_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4e863e374754f54d638f2237a7ef830a6d2a00472ce2d24c3fee41f913d5a8af_s390x",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:77d6a0af3fab09e9744538b6050ebead7b2d36e459dca847bd9dad88b9c22f06_amd64",
"Red Hat Openshift Data Foundation 4.17:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:bbbc2764d0d2bd95a0b6b4e1c0aab8b0527f40a4cad6c1e48cb789cd987ea80e_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2026:2164
Vulnerability from csaf_redhat - Published: 2026-02-05 17:49 - Updated: 2026-07-03 12:12A flaw was found in the go/parser package of the Golang standard library. Calling any Parse functions on Go source code containing deeply nested literals can cause a panic due to stack exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64 | — |
Workaround
|
A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64 | — |
Workaround
|
A flaw was found in the go/build/constraint package of the Golang standard library. Calling Parse on a "// +build" build tag line with deeply nested expressions can cause a panic due to stack exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64 | — |
Workaround
|
A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64 | — |
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_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.16 security, enhancement \u0026 bug fix update",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Data Foundation 4.16 security, enhancement \u0026 bug fix update.",
"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:2164",
"url": "https://access.redhat.com/errata/RHSA-2026:2164"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-34155",
"url": "https://access.redhat.com/security/cve/CVE-2024-34155"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-34156",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-34158",
"url": "https://access.redhat.com/security/cve/CVE-2024-34158"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"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_2164.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.16 security, enhancement \u0026 bug fix update",
"tracking": {
"current_release_date": "2026-07-03T12:12:08+00:00",
"generator": {
"date": "2026-07-03T12:12:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:2164",
"initial_release_date": "2026-02-05T17:49:21+00:00",
"revision_history": [
{
"date": "2026-02-05T17:49:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-05T17:49:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-03T12:12:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Openshift Data Foundation 4.16",
"product": {
"name": "Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Openshift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3Ab4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769697022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769716926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3Aa4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769697227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64",
"product_id": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256%3Ad0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769719543"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769697862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769510077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256%3A425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769719475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769697472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769509351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64",
"product_id": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256%3Ad6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769719406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769697597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3Ae538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769720356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769510286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3Aae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769509572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256%3Ae422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769719402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769509581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769720169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3Aa527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769697757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256%3A694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769721945"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769510518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769509589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64",
"product_id": "registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256%3A68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769722065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64",
"product_id": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256%3A67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769719461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64",
"product_id": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256%3A3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769719408"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64",
"product_id": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256%3A4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769719421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769509748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64",
"product_id": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256%3A2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769719482"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3Aff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769698118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256%3A917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769719549"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769697022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769716926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769697227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3Acdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769697862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769510077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769697472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3Ab512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769509351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3Aac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769697597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769720356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769510286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769509572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769509581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3Ae7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769720169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3Acc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769697757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769510518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769509589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769509748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3Af2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769698118"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769697022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769716926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769697227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769697862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769510077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769697472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769509351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769697597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769720356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769510286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3Ab938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769509572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769509581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769720169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769697757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3Adef7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769510518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769509589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3Ad43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769509748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769698118"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3Acde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769697227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769510077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3Ac382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769509351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769697597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769509572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769509581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769697757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769510518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769509589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769509748"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64 as a component of Red Hat Openshift Data Foundation 4.16",
"product_id": "Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-34155",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2024-09-06T21:20:06.929766+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2310527"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the go/parser package of the Golang standard library. Calling any Parse functions on Go source code containing deeply nested literals can cause a panic due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go/parser: golang: Calling any of the Parse functions containing deeply nested literals can cause a panic/stack exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34155"
},
{
"category": "external",
"summary": "RHBZ#2310527",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310527"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34155",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34155"
},
{
"category": "external",
"summary": "https://go.dev/cl/611238",
"url": "https://go.dev/cl/611238"
},
{
"category": "external",
"summary": "https://go.dev/issue/69138",
"url": "https://go.dev/issue/69138"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk",
"url": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3105",
"url": "https://pkg.go.dev/vuln/GO-2024-3105"
}
],
"release_date": "2024-09-06T21:15:11.947000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T17:49: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.16/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2164"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go/parser: golang: Calling any of the Parse functions containing deeply nested literals can cause a panic/stack exhaustion"
},
{
"cve": "CVE-2024-34156",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2024-09-06T21:20:09.377905+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2310528"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in Go\u0027s `encoding/gob` package is of high severity because it exposes applications to potential Denial of Service (DoS) attacks through stack exhaustion. Since `gob` relies on recursive function calls to decode nested structures, an attacker could exploit this by sending crafted messages with excessively deep nesting, causing the application to panic due to stack overflow. This risk is particularly important in scenarios where untrusted or external input is processed, as it can lead to system unavailability or crashes, undermining the reliability and availability of services.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "RHBZ#2310528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310528"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://go.dev/cl/611239",
"url": "https://go.dev/cl/611239"
},
{
"category": "external",
"summary": "https://go.dev/issue/69139",
"url": "https://go.dev/issue/69139"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk",
"url": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3106",
"url": "https://pkg.go.dev/vuln/GO-2024-3106"
}
],
"release_date": "2024-09-06T21:15:12.020000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T17:49: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.16/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2164"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion"
},
{
"cve": "CVE-2024-34158",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2024-09-06T21:20:12.126400+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2310529"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the go/build/constraint package of the Golang standard library. Calling Parse on a \"// +build\" build tag line with deeply nested expressions can cause a panic due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go/build/constraint: golang: Calling Parse on a \"// +build\" build tag line with deeply nested expressions can cause a panic due to stack exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34158"
},
{
"category": "external",
"summary": "RHBZ#2310529",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310529"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34158",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34158"
},
{
"category": "external",
"summary": "https://go.dev/cl/611240",
"url": "https://go.dev/cl/611240"
},
{
"category": "external",
"summary": "https://go.dev/issue/69141",
"url": "https://go.dev/issue/69141"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk",
"url": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3107",
"url": "https://pkg.go.dev/vuln/GO-2024-3107"
}
],
"release_date": "2024-09-06T21:15:12.083000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T17:49: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.16/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2164"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go/build/constraint: golang: Calling Parse on a \"// +build\" build tag line with deeply nested expressions can cause a panic due to stack exhaustion"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T17:49: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.16/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2164"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T17:49: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.16/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2164"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:47a959cc6f8fdc22c33f3220bf2f46afc36f2f4550c0be5a8d494507f575d251_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6b79a6a9dd9d44b0af2be6e721c88f48ebf4fc9add4ca5dba0424081ee0305ec_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b4017a3f3a28295f04479240eb2f676d89a0215573bcf53233a8a917b7797e7e_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:3fa0370b77d5f5b75b29303c25b8a02ed98e022d201b960ae7f76a1f5fbeec5e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:471cf5dcd91d7ffba22cde9e9c854d44542af7c5f173f8ab7cb93c23d27707eb_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5941c2a273c644aafa0953cdb610d6ec000e422123e526e35b6ccab83048e2e6_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-operator-bundle@sha256:d0bb70f8364603ec6372c5beec42d2672f186f1055d021bd9c9bb515d1b5ac31_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:43fcf6959cc6cccde070ed4cf70c0877bf0af747e7c1fa92314d796f31cc01c9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:699cd274ecfa260ebdafad844e9ea0f920da7a041fdb3bd2ec984314ca63ca6e_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:a4b56f6fd5aaa352ea5378174a89af53270d3634fe599add99750b1682e31b1b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:cde511cc866cbdbead632cc65796294668a108b042383a2c82e9a8a37b577ce5_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:50ff6b8bccb25519aba55a1ba926a543a924130ea9506c682ccfdf685e81844e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:5a4ee1bf283b2854e80035faadd4c2358aa3420b4da2f6131de81309278fbff6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:cdeaad64315c5abd31e06f163391b4aa8d4612dd62b7e50b6e2a679772e4b3ea_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:425baee910efcc5ac66860165d01ab030f3726d240d38d1c90efa33100cee6b5_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:047dc620cbf080a440fa5d5899dae1ee78f42f00b57994e23601eaa68e5c8a03_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3affde9b505e083508f395c88c1921838e384b402962695af718fca8e01ec8ce_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6c5c24606f4fab8d78ef7fcb2d2c0f390a06b85ae23fb7b8c87c9ca3fe2ce67f_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9c112a4dd9739bbc45eab8a1622fba5f611d0b466afa41cad5f09702a672819a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4ca85db5f95eaa2176777a354f03e65da5caacf4877d6b281a1c4d0bb8e82257_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:5b4892c4f8dee8eba8c56d42e327ad514852422443f9fffd320738abf0f4bcc9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:96dccfdcdf8f1e57e7017f16dbdb4d2e7f22c9c7a3529c1920b0c1c58ccf688d_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-operator-bundle@sha256:d6fc4c01530f5f43801094608cb675fda826dcc934b139f8bd740512908caf5f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:229abfc417053621b89b2cf37daab14eb981cb7f881fae63e90bf3af6c0f2d49_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:491b584dd6612f599b86288f6977677d961a86ddc47a62bdc028865caa2c6533_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b512157c94826d9ec1ca9e814cded99835cd984350ba6efe423cf70d1f7700d9_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c382cd1d77428f4e177a45d3d5c996b2474eb1daea17218c2529a6d7d77fb7c7_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1658d343c771afb08401d90436ea38f0b965655326b81deba2facfebd7f436d9_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:227110cf83abc62e8bf9d1edbffab292b4f3cc6e08bf94bfad0f73cdb42494a3_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5d4041eafb1143ec1c19a02f11737b1e60e40559dfe1a59be05d5075d8179571_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ac92cd35c9af846fcb7021a0ed5ada4676f96861775a10cabd9d1f7c24011cd1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:49ef00a91520b85d8e02ee3c5f787d02c3ffff3f7a630f21e363671b9657cb1c_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:7e9277018d8c44b134d405aee6a531b7685d95085ca7bf308aaa886810c30adc_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-console-rhel9@sha256:e538623b8c15cbd969ee6b4cb61b18f34b8e000b70979541161d113356e23f68_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:190732ec87bd61cfee694d5d42718d1ed04eea5b3ddea93c281cf573a34508d2_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:2be91cdbf1b0bdd5912299b4ce157b942813442ff1db29ca3d945d6ca18d57a5_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4ebd79599fe01e1787e9467a45429bb86279664c9da5b2dc2b1452dea31d8248_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:e422f88e2fa90425a598f45e548e9bb3e8d8df91826c36e98b5109e26bcc87ce_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:38f01e9230de592ab90f88ab5a9c20fd737614e5c609fcbc6bf7b6f8d7a10eb3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:84d39031cb93af89a51d8e96fb04a008a9ca1500fb9d79f50b5953f242bfeabc_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ae9e54fecc6763614c5479b48e805d7437ef89990a87f544f913cfbe812c353b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b938ceedcf36c0ca11ff714e2a19279fb475d95a058fe484c462c4b0458783c3_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:2b85bfdb796d8dd747d83290ded528567f05b3eda3266ad4d9ee3da20086ec8c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5419b0ce47117c2750fced66a9b60508e52e7242277d3cc151d78df9212f5e8b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:7490cd67ad8376dc4e5722c7d44d29d3b1c05f1f05aecd71176f47e7cf60764f_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:9b0921fe95dbf5101d662fea188a2b5b3aabb83513f92167fed5befbc7dd4222_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:38afcab2951e27bc6f887697eeb14b19b230db88e2287ad484b4693b810caa5e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:757eb0d28b1e1121eb338dd10eb6de594787bb361509ce2d796f3b83e19fc306_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:e7f260f7615562fd988ef88433a7090c59afe940c4c22a1678629345095a7fb1_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:694f9af90559e9d52b362b53287f96914742af046604e7309b3756ab52ce83c6_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:355b62bf730acc1d9d6bd5ea428ce6f75e781649601685263711f09c18487362_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:8da13d298c611124a3e50cce84646c913447f2352e6fae86b67eff53f57dad97_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a527e15ff4cb8695c40302c985d13f337a4458650ca0e3052f4d96fbbfd4f5fd_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:cc5e5b355904d800f6ae1db9d4c25ff0668783feddab0c9cd3376784d97e9dc3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:142a5eb52b0e91391409a9a0a2fdd74fcd5f08f686cfdb5f9ffc7d8492846ad4_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:3f0845bf18614833ad2e5f1d5d50c7647519be2d5a5585b9e816c0dfbcb44df7_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:6fb437aaacc89900a069271cc9e36c500d8f7f0c1277d07efa52f048e7c152b2_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:def7d91bddd8cc03f5c99f178c2e05e2cb79a022d494b68a7cdc6297273de93e_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-operator-bundle@sha256:68557c66e50d4a4d77a4eb98748c3e2b390ec7935f34098fce7d171973a0c366_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:67964c4164ce15b826dfbe35d0974465b16dec5e32977a0b6aade931376b263b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:150934ee4db47f6d25b173d87f23a939fcaa16c6e4dad7f3a0ed4d62fbd8e63b_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:25f67bcd1a378e1551224f1222e1f866c65a4276b1c393757fc86b560a21fb63_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4afb5a78507065ce2e595aa386fb9a788ac542baf24d290f74160daecf79a9ad_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odf-rhel9-operator@sha256:92c74c2813019bb65a1f89bf4031f0ff0c8ec3cf1636e8350ff428c294661f9b_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:3e8410170cb3d446ffffff39a14a4edb73df2a669148186f9eba7d3d8e537993_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:4ad30ed5d799b6f8ed0c12b37bc56d2ccd4c502f518ce72e6e560db560128660_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:2332d671e5866e3fcb7c1590c55a876c1626e0983d8e72eb3233122f80ed201a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:0a1e2f8bbb79caac3948173c68fa22908cf3a7630266dbf5157a727c6c7b2aaa_arm64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:22efbfa72f33cd99b4afc04e8ee40320b27632886d14e5a7e8ed8db976ebcbd3_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:50e74ec89bccf30b13917883e02bfed0ce79bb5d9f4328b59ead1b78fe97602d_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d43f31ad5b1b125ec931ba2d2e143b5485655b072026a1bc62abcaf9ae060829_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:917798d2797ef17e01e67d35536ba4b2f5901e762329d8edc64aff102db7e00a_amd64",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:4edadab11b1487c161d47f66b803413855031855d21bf62f6c252c464513d7ca_s390x",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f2517731597f868b0bf27c51eecbc03a40a3eb3554f6327fa2feda72949a3c0c_ppc64le",
"Red Hat Openshift Data Foundation 4.16:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:ff89732d58e69aa5ad92882f21a45d416878a8c1fa95518bcc51d01100d8340d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2026:2172
Vulnerability from csaf_redhat - Published: 2026-02-05 18:06 - Updated: 2026-07-03 12:12A flaw was found in the go/parser package of the Golang standard library. Calling any Parse functions on Go source code containing deeply nested literals can cause a panic due to stack exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64 | — |
Workaround
|
A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64 | — |
Workaround
|
A flaw was found in the go/build/constraint package of the Golang standard library. Calling Parse on a "// +build" build tag line with deeply nested expressions can cause a panic due to stack exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64 | — |
Workaround
|
A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64 | — |
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_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.15 security, enhancement \u0026 bug fix update",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Data Foundation 4.15 security, enhancement \u0026 bug fix update.",
"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:2172",
"url": "https://access.redhat.com/errata/RHSA-2026:2172"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-34155",
"url": "https://access.redhat.com/security/cve/CVE-2024-34155"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-34156",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-34158",
"url": "https://access.redhat.com/security/cve/CVE-2024-34158"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"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_2172.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.15 security, enhancement \u0026 bug fix update",
"tracking": {
"current_release_date": "2026-07-03T12:12:14+00:00",
"generator": {
"date": "2026-07-03T12:12:14+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:2172",
"initial_release_date": "2026-02-05T18:06:29+00:00",
"revision_history": [
{
"date": "2026-02-05T18:06:29+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-05T18:06:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-03T12:12:14+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.15",
"product": {
"name": "Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.15::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Openshift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749530"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3Ad461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3Ac6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749974"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3Adeb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769748990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3Aafff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769757908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3Ac92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769757921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3Afa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769757671"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749419"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749530"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3Ac46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3Aeb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3Acf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Ae027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749419"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64",
"product_id": "registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256%3A452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769763514"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64",
"product_id": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256%3A049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769763491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64",
"product_id": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256%3Abb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769763496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3Ae7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749974"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3Accebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769748990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64",
"product_id": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256%3Ab2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769763472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769757908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3Ae76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256%3A50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769763563"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3Afa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3Ab7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64",
"product_id": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256%3Aa4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769763478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769757921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256%3Abdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769763485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769757671"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256%3Ad62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769763505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749530"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3Aea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3Acb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3Ada9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749974"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769748990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3Aaf18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769757908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3Aabbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3Ae6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3Ab77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769757921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3Ab01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769757671"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1769749530"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64 as a component of Red Hat Openshift Data Foundation 4.15",
"product_id": "Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-34155",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2024-09-06T21:20:06.929766+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2310527"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the go/parser package of the Golang standard library. Calling any Parse functions on Go source code containing deeply nested literals can cause a panic due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go/parser: golang: Calling any of the Parse functions containing deeply nested literals can cause a panic/stack exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34155"
},
{
"category": "external",
"summary": "RHBZ#2310527",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310527"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34155",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34155"
},
{
"category": "external",
"summary": "https://go.dev/cl/611238",
"url": "https://go.dev/cl/611238"
},
{
"category": "external",
"summary": "https://go.dev/issue/69138",
"url": "https://go.dev/issue/69138"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk",
"url": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3105",
"url": "https://pkg.go.dev/vuln/GO-2024-3105"
}
],
"release_date": "2024-09-06T21:15:11.947000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T18:06:29+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.15/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2172"
},
{
"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.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go/parser: golang: Calling any of the Parse functions containing deeply nested literals can cause a panic/stack exhaustion"
},
{
"cve": "CVE-2024-34156",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2024-09-06T21:20:09.377905+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2310528"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in Go\u0027s `encoding/gob` package is of high severity because it exposes applications to potential Denial of Service (DoS) attacks through stack exhaustion. Since `gob` relies on recursive function calls to decode nested structures, an attacker could exploit this by sending crafted messages with excessively deep nesting, causing the application to panic due to stack overflow. This risk is particularly important in scenarios where untrusted or external input is processed, as it can lead to system unavailability or crashes, undermining the reliability and availability of services.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "RHBZ#2310528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310528"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://go.dev/cl/611239",
"url": "https://go.dev/cl/611239"
},
{
"category": "external",
"summary": "https://go.dev/issue/69139",
"url": "https://go.dev/issue/69139"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk",
"url": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3106",
"url": "https://pkg.go.dev/vuln/GO-2024-3106"
}
],
"release_date": "2024-09-06T21:15:12.020000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T18:06:29+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.15/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2172"
},
{
"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.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion"
},
{
"cve": "CVE-2024-34158",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2024-09-06T21:20:12.126400+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2310529"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the go/build/constraint package of the Golang standard library. Calling Parse on a \"// +build\" build tag line with deeply nested expressions can cause a panic due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go/build/constraint: golang: Calling Parse on a \"// +build\" build tag line with deeply nested expressions can cause a panic due to stack exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34158"
},
{
"category": "external",
"summary": "RHBZ#2310529",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310529"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34158",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34158"
},
{
"category": "external",
"summary": "https://go.dev/cl/611240",
"url": "https://go.dev/cl/611240"
},
{
"category": "external",
"summary": "https://go.dev/issue/69141",
"url": "https://go.dev/issue/69141"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk",
"url": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3107",
"url": "https://pkg.go.dev/vuln/GO-2024-3107"
}
],
"release_date": "2024-09-06T21:15:12.083000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T18:06:29+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.15/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2172"
},
{
"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.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go/build/constraint: golang: Calling Parse on a \"// +build\" build tag line with deeply nested expressions can cause a panic due to stack exhaustion"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T18:06:29+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.15/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2172"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T18:06:29+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.15/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2172"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:1972346c4c373904610f1c6653003b2d5201447739afb371940c697fa36f06db_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:39c77257153806350a7141d3b1abd312f9300b7eaa2b604b8ece1a02893fb10e_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/cephcsi-rhel9@sha256:ccebdd77596e7390b18108eae3ae9058ee2ad9743e80f3f35bc30eb7d0b7c794_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:108c7b2b69d2018bb6c9e6741fceee0bfbe603fc0062cd1290eabcbe56d085af_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:56c56fa6ca1d34189229bb405f4449479e8565a4ee50b8b88978ed17bb33fa84_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-core-rhel9@sha256:deb5138606d04414b03a42c3752a637ff7598e852a2f42e9c5c4740edb25d524_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-operator-bundle@sha256:b2e9d42d1ebfb6f36434b95adf4210de1fda441e9987197661d095757213910f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5cf39834213b82b4c9f2100c1dd602887eb1806bb2323e89a65cce94a64cc167_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6e968ba345dd668e31596d07a3d8496d7e7f21ae96d3e4c3e3ee36b7386301cb_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:af18b37211070442ea2c07caf7e64a198a6163f57a28315ad760a55a272d825a_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:eb8c830a7e190d1ca765afdf7c0e0838e4ac1fbea4a02eef94e88d276c663f4f_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:6f8305a751c87f0976c3ee9317716c3a3fa716740a0c208dfb528a4c05a4b8a9_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:810112ddddf7bf755ed6a1da63bed32ebb87a7efee646a4a1eaaf4f64dbad440_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:afff7ada1847281a3d4fade353eb5a2474adc0c8c5eddbdf9ad82b28ff911221_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:50e55abfdd65bbbf5b297bd91fe217a3d50339ba6ca4a0bfa7f8c51557ca538c_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3c5c8e0d264c704b16402064cdb9c9427f30b08ea91be79b0268463ef8293a58_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:3ff7f03128deb4dd8164b1e860e368bf0f60581c591b2854d8d0cf22f820c1db_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:7617f9c2f6c8ee73fb21f9d39aa5efc0461ed932d906b4b1b51b14cc6e330501_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:e76942cdd3a6cbe5ae0c3f463800b56709d1e43f6070b97eb1fd739c74940a71_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:4236b31472e08f1e195bcf52c839a6ae130c3670fe0ea5ae0d69082d549fb64e_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:abbe0da7973e33836025748fe53d71cd12193fc8282778c3c9538c1fdc8ce807_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:fa4ddc9392fa793f52d2f41b7008ac31cd5049da4f9dffb314de329474a8c1e2_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-operator-bundle@sha256:a4a7621b63773e7bd37c2e9025d29ea2473b0af17cd2eda78c501096b5766b90_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:b7f25e354fe18538de0384ebb3c8023437eb710096df8fe1b38f856ea217895a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c92630bb0f3df1da5987631f07e6f584d51495017fe3a3d033a0a2c4bf4a0bb1_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:cf2b4e3c1d9ad247ecdd80536966263c0a679220769692ecfa0d026a03b16988_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6efcbef4669e3923e7e871b020258a77f7a4f2ffb981a51e71eb5d4471052cd_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1d50736c62fe89c39e91aec36259862562b5642a32183b93982b214f9e1466f5_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:32b7ec47d6de8528a875b6a3bb703394bd8a2cee11f1263cbd85e5a6da88576a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:5f7a6746a98a78d43137a514d9db1fac6275ae089ea74499a2581cc2bb6fe9ee_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cli-rhel9@sha256:615a15a81f12719bd01574d900167e5db34ddd044679c6c165b9e0b06349ddf2_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:025680e0a38837852b8d8c3fe62e0539ef424a282b9fdfa3436b33aeff4d839e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:57035948df4c4f5315a60ff57042f11f564ec195d8517188cfa4ee7ef767e871_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-console-rhel9@sha256:b77b376c960b038e989141d5564d06a661c730f58ec7879c5475bcb6bbe5c47b_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:16078bbda1255d54dfee917cec0309125c953380944aec89475b41b917e127a7_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:75c08058594e2a1b3cdf60e4abe85a8607e4c86152c523e6be52ee61972c2744_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:9e36bfe7de0e05bdc497052b801dd40212cecc9b6af78f9ddfa9e0f38db88703_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:bdb177c25cbb41b0c67e8eca925e7c870d863f7acdd9f31cb955d7a68e1c17d6_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:4d6fcd9c5d5ec84ce24c9ab57911ef671596a145890c3776cbb048a3d9e6ebd5_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:87868923b9c21b027d4e90bd262d164e5178040299608ba92125d2417618b504_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8b3929a262eca5abb6270477b58b2e645c6d537112afbcc4068a2301208558f0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:b01044e7a31cc060af458ba40e91c67fcebd13aac0e97553f89df71bf387f106_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:24ef032d4a7170542fee33772f9f34cc71ae500834073e83483b53a4ee98c3a9_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:4c6c11acccb35d0218630a642cb594e7ad98e3ec7e1548e58a5c7531d2c90cb2_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:6db580b50dd9e64f5d221e87a74062783459921a1d8c57f69bb7aa7b8ab2621a_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:e027b3d35f60e4a0adc610e26cabb33ac2229431a72a2d26e24b4049d20699be_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:340263ebbffe8a45d40ace68792b8b52012806481b9f8c312605c84d44b2a3ab_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:61f166f8b861d8efc1df0443ccbb1ae25801424187d3b8da3af1c44cf37caf9f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:fa4d338734a117b0c4ed5d55a88335eb939bb0a997f8d743dc26458b53facbee_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:d62da1538cdcd7534e70b192c33eeec65459ff926e52c0d394a555f44f9ba980_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:2c246833581e1af200bf67976557c122903283982c62930f1d6f1bd3034879b8_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:42a33efe4a21e40da1acbab3f9fc6c7d55e8f63f0986fc7ca51a380c614cc568_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:69d1cde37bbb68833b884ee8d2a7a3cf2708429465e4a8da5c512d87621ffb69_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9614f2bd3734432fff8e4361709dd52a282c38cff2ed045cd24b6a2dcdd4b9ba_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:080bebcaa4604488d093d35e4abb28bbfef0fd55e840c5ee0b4ca75941d6c937_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:268840c91a908d56f2432f81edd8c89359fd4656d96ab65bbe3218fb827302a0_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2d3c6b8a628fed8dc76f408c06dc9e3aaa0b419723ebf9d126ed553e69cec293_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:5a5de2b1043ded13b9db1a5d1102d26509c02ad026b9970d2fe50081fbff1ef3_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-operator-bundle@sha256:452913d1d8794f3e544eb0a628c6dd4c370397068f7e80d2ee60204595b17adc_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:2fa91ebcd4d0c0eec8017db14302fa0cef3d3538e296d6e8c5e0c2a5364f085f_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:74851ac26cee1974f88dade72534ac714c82bbc8e7edcc91f9036ae98efa7a0c_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:c46654a474ee6733fe6885131789f7e93633f13eb281a1d38ff263ee04ad4185_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odf-rhel9-operator@sha256:ea8d75c5287baa9542620df7f401eea4d33bdf32bb6eaf87c969214342938bda_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:049295b3806d0af02068ec08f418940f6cecefa9552b69e1d864495b6762491e_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:bb2de6047a196b52893da6b265adf5bdf1ed4673d625bace5acb239cb70362c4_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:537ed7d81e3e02fa53eb3778cb0fb5b066630ca476abd19aeb9c9c8f176071df_arm64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9ffa0c4785024828bd0668fe1ba8aee951dda8638d8ff1e849927658c103ed51_amd64",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:cb496801094953e862752507de44b7456b1af75aa666e7d6ce8b4bc4f73e7f3d_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/odr-rhel9-operator@sha256:d461d85b2d05f1e87fc546ed2b38c3d52a54aec3f5f5a575df795975023cdbe7_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:c6ff6a38b99417b622112f01fb5b0ac70d317de402dc18c43cedfb8e628814f4_s390x",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:da9b52e519cb35cb1d8a810da73ac8e653c5cbefb0d9aa3ae5ab2cb83978504c_ppc64le",
"Red Hat Openshift Data Foundation 4.15:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:e7537515d29ea7d3bdac4be7904cd7d5f94dc0784456d55d010110f9bc082ea0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2026:3718
Vulnerability from csaf_redhat - Published: 2026-03-04 07:52 - Updated: 2026-07-03 12:13A flaw was found in the Go language standard library net/netip. The method Is*() (IsPrivate(), IsPublic(), etc) doesn't behave properly when working with IPv6 mapped to IPv4 addresses. The unexpected behavior can lead to integrity and confidentiality issues, specifically when these methods are used to control access to resources or data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64 | — |
Workaround
|
A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64 | — |
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64 | — |
Workaround
|
A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64 | — |
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The 1.15.4 GA release of Red Hat OpenShift Pipelines Operator..\nFor more details see [product documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines).",
"title": "Topic"
},
{
"category": "general",
"text": "The 1.15.4 release of Red Hat OpenShift Pipelines Operator.",
"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:3718",
"url": "https://access.redhat.com/errata/RHSA-2026:3718"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-24790",
"url": "https://access.redhat.com/security/cve/CVE-2024-24790"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-27144",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"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_pipelines",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_3718.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Pipelines Release 1.15.4",
"tracking": {
"current_release_date": "2026-07-03T12:13:27+00:00",
"generator": {
"date": "2026-07-03T12:13:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:3718",
"initial_release_date": "2026-03-04T07:52:57+00:00",
"revision_history": [
{
"date": "2026-03-04T07:52:57+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-04T07:53:09+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-03T12:13:27+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Pipelines 1.15",
"product": {
"name": "Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_pipelines:1.15::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Pipelines"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-serve-tkn-cli-rhel8@sha256%3Aeea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel8@sha256%3Ad968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772609258"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-serve-tkn-cli-rhel8@sha256%3A1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel8@sha256%3A0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772609258"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-serve-tkn-cli-rhel8@sha256%3A6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel8@sha256%3Ac179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772609258"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-serve-tkn-cli-rhel8@sha256%3A26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel8@sha256%3Ac9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772609258"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-24790",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292787"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go language standard library net/netip. The method Is*() (IsPrivate(), IsPublic(), etc) doesn\u0027t behave properly when working with IPv6 mapped to IPv4 addresses. The unexpected behavior can lead to integrity and confidentiality issues, specifically when these methods are used to control access to resources or data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE has been marked as moderate as for our products a network-based attack vector is simply impossible when it comes to golang code,apart from that as per CVE flaw analysis reported by golang, this only affects integrity and confidentiality and has no effect on availability, hence CVSS has been marked as such.",
"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 Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24790"
},
{
"category": "external",
"summary": "RHBZ#2292787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292787"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24790",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24790"
}
],
"release_date": "2024-06-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:52:57+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3718"
},
{
"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 Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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 Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:52:57+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3718"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_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 Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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 Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:52:57+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3718"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_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 Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"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 Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:52:57+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3718"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_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 Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:52:57+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3718"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_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 Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
SUSE-SU-2025:02769-1
Vulnerability from csaf_suse - Published: 2025-08-12 13:49 - Updated: 2025-08-12 13:49| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for amber-cli",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for amber-cli fixes the following issues:\n\n- Update to version 1.13.1+git20250329.c2e3bb8:\n * CVE-2025-30204: Fixed jwt-go excessive memory \n allocation during header parsing (bsc#1240511)\n * jwt version upgrade (#174)\n * Update policy size limit to 20k (#173)\n * Update tenant user model with latest changes (#172)\n * Fix/workflow (#171)\n * Upgrade GO version to 1.23.6 (#170)\n * Update golang jwt dependency (#169)\n * Update TMS roles struct (#167)\n * Update jwt dependency version (#165)\n * Add changes to support JWT (#163)\n * Update roles struct to be in sync with TMS (#164)\n * go upgrade to 1.22.7 (#162)\n * CASSINI-22266: Added permissions in ci workflow files (#153)\n * Add check for missing Security.md file (#150)\n * Go version upgrade to 1.22.5 (#148)\n * CLI changes (#140)\n * Bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7 (#147)\n * Update product model to include multiple plan IDs (#146)\n * Updated the help section (#145)\n * Mark policy type field as not required (#144)\n * Upgrade/goversion 1.22.3 (#143)\n * Remove policy type and attestation type check for policy creation (#142)\n * Go version upgrade 1.22.2 (#141)\n * Fix error message to include the correct set of characters (#138)\n * UT coverage 80.9% (#137)\n * Fix push installer workflow (#136)\n * 3rd party versions upgrade (#133)\n * GO version upgrade to 1.22.0 (#132)\n * Fix/go version 1.21.6 (#127)\n * Update API key validation regex as per latest changes (#125)\n * Update API key validation regex as per latest changes (#124)\n * dependency version upgrade (#123)\n * Update tag create model (#121)\n * CASSINI-10113: Add scans in CI (#99)\n * corrected minor check condition (#120)\n * Add check to validate env variable before setting (#119)\n * Add version-check script (#118)\n * Add file path check for invalid characters (#116)\n * Update compoenent version (#117)\n * Update README as per suggestions (#113) (#115)\n * Added HTTP scheme validation to avoid API Key leakage (#108)\n * CASSINI-10987 Golang version upgrade to 1.21.4 (#114)\n * Update policy model as per the latest changes (#109)\n * Remove branch info from on schedule (#106)\n * Add BDBA scan to CI (#104)\n * Update CLI URL (#105)\n * updated licenses (#102)\n * Updated version of all components to v1.0.0 for GA (#100)\n * Validate the email id input before requesting list of users (#98)\n * Remove redundant print statements (#97)\n * Request ID and trace ID should be visible on the console for errors as well (#96)\n * Update sample policy as per token profile update changes (#95)\n * Update CLI name from tenantclt to inteltrustauthority (#93)\n * Update the headers for request and trace id (#94)\n * cassini-9466-Go version update to 1.20.6 (#91)\n * Add retry logic to client in tenant CLI (#92)\n * Add request-id optional parameter for each command (#90)\n\n- Override build date with SOURCE_DATE_EPOCH (bsc#1047218)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2769,SUSE-SLE-Module-Server-Applications-15-SP6-2025-2769,SUSE-SLE-Module-Server-Applications-15-SP7-2025-2769,openSUSE-SLE-15.6-2025-2769",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02769-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02769-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502769-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02769-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041173.html"
},
{
"category": "self",
"summary": "SUSE Bug 1047218",
"url": "https://bugzilla.suse.com/1047218"
},
{
"category": "self",
"summary": "SUSE Bug 1240511",
"url": "https://bugzilla.suse.com/1240511"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-30204 page",
"url": "https://www.suse.com/security/cve/CVE-2025-30204/"
}
],
"title": "Security update for amber-cli",
"tracking": {
"current_release_date": "2025-08-12T13:49:30Z",
"generator": {
"date": "2025-08-12T13:49:30Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02769-1",
"initial_release_date": "2025-08-12T13:49:30Z",
"revision_history": [
{
"date": "2025-08-12T13:49:30Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"product": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"product_id": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.i586",
"product": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.i586",
"product_id": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"product": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"product_id": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"product": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"product_id": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64",
"product": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64",
"product_id": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64"
},
"product_reference": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le"
},
"product_reference": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x"
},
"product_reference": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64"
},
"product_reference": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64"
},
"product_reference": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le"
},
"product_reference": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x"
},
"product_reference": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64"
},
"product_reference": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64"
},
"product_reference": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le"
},
"product_reference": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x"
},
"product_reference": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64"
},
"product_reference": "amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-30204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-30204"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-30204",
"url": "https://www.suse.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "SUSE Bug 1240441 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240441"
},
{
"category": "external",
"summary": "SUSE Bug 1240442 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.s390x",
"openSUSE Leap 15.6:amber-cli-1.13.1+git20250329.c2e3bb8-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-12T13:49:30Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
}
]
}
SUSE-SU-2025:1285-1
Vulnerability from csaf_suse - Published: 2025-04-15 16:24 - Updated: 2025-04-15 16:24| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for etcd",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for etcd fixes the following issues:\n\n- Update to version 3.5.21:\n- CVE-2025-30204: Fixed a bug that could allow excessive memory allocation during header parsing in jwt-go. (bsc#1240515)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1285,openSUSE-SLE-15.6-2025-1285",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_1285-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1285-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251285-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1285-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-April/039010.html"
},
{
"category": "self",
"summary": "SUSE Bug 1240515",
"url": "https://bugzilla.suse.com/1240515"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-30204 page",
"url": "https://www.suse.com/security/cve/CVE-2025-30204/"
}
],
"title": "Security update for etcd",
"tracking": {
"current_release_date": "2025-04-15T16:24:41Z",
"generator": {
"date": "2025-04-15T16:24:41Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1285-1",
"initial_release_date": "2025-04-15T16:24:41Z",
"revision_history": [
{
"date": "2025-04-15T16:24:41Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "etcd-3.5.21-150000.7.12.1.aarch64",
"product": {
"name": "etcd-3.5.21-150000.7.12.1.aarch64",
"product_id": "etcd-3.5.21-150000.7.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "etcdctl-3.5.21-150000.7.12.1.aarch64",
"product": {
"name": "etcdctl-3.5.21-150000.7.12.1.aarch64",
"product_id": "etcdctl-3.5.21-150000.7.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "etcdutl-3.5.21-150000.7.12.1.aarch64",
"product": {
"name": "etcdutl-3.5.21-150000.7.12.1.aarch64",
"product_id": "etcdutl-3.5.21-150000.7.12.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-3.5.21-150000.7.12.1.ppc64le",
"product": {
"name": "etcd-3.5.21-150000.7.12.1.ppc64le",
"product_id": "etcd-3.5.21-150000.7.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "etcdctl-3.5.21-150000.7.12.1.ppc64le",
"product": {
"name": "etcdctl-3.5.21-150000.7.12.1.ppc64le",
"product_id": "etcdctl-3.5.21-150000.7.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "etcdutl-3.5.21-150000.7.12.1.ppc64le",
"product": {
"name": "etcdutl-3.5.21-150000.7.12.1.ppc64le",
"product_id": "etcdutl-3.5.21-150000.7.12.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-3.5.21-150000.7.12.1.s390x",
"product": {
"name": "etcd-3.5.21-150000.7.12.1.s390x",
"product_id": "etcd-3.5.21-150000.7.12.1.s390x"
}
},
{
"category": "product_version",
"name": "etcdctl-3.5.21-150000.7.12.1.s390x",
"product": {
"name": "etcdctl-3.5.21-150000.7.12.1.s390x",
"product_id": "etcdctl-3.5.21-150000.7.12.1.s390x"
}
},
{
"category": "product_version",
"name": "etcdutl-3.5.21-150000.7.12.1.s390x",
"product": {
"name": "etcdutl-3.5.21-150000.7.12.1.s390x",
"product_id": "etcdutl-3.5.21-150000.7.12.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-3.5.21-150000.7.12.1.x86_64",
"product": {
"name": "etcd-3.5.21-150000.7.12.1.x86_64",
"product_id": "etcd-3.5.21-150000.7.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "etcdctl-3.5.21-150000.7.12.1.x86_64",
"product": {
"name": "etcdctl-3.5.21-150000.7.12.1.x86_64",
"product_id": "etcdctl-3.5.21-150000.7.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "etcdutl-3.5.21-150000.7.12.1.x86_64",
"product": {
"name": "etcdutl-3.5.21-150000.7.12.1.x86_64",
"product_id": "etcdutl-3.5.21-150000.7.12.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-3.5.21-150000.7.12.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.aarch64"
},
"product_reference": "etcd-3.5.21-150000.7.12.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-3.5.21-150000.7.12.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.ppc64le"
},
"product_reference": "etcd-3.5.21-150000.7.12.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-3.5.21-150000.7.12.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.s390x"
},
"product_reference": "etcd-3.5.21-150000.7.12.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-3.5.21-150000.7.12.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.x86_64"
},
"product_reference": "etcd-3.5.21-150000.7.12.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcdctl-3.5.21-150000.7.12.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.aarch64"
},
"product_reference": "etcdctl-3.5.21-150000.7.12.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcdctl-3.5.21-150000.7.12.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.ppc64le"
},
"product_reference": "etcdctl-3.5.21-150000.7.12.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcdctl-3.5.21-150000.7.12.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.s390x"
},
"product_reference": "etcdctl-3.5.21-150000.7.12.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcdctl-3.5.21-150000.7.12.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.x86_64"
},
"product_reference": "etcdctl-3.5.21-150000.7.12.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-30204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-30204"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-30204",
"url": "https://www.suse.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "SUSE Bug 1240441 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240441"
},
{
"category": "external",
"summary": "SUSE Bug 1240442 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.aarch64",
"openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.ppc64le",
"openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.s390x",
"openSUSE Leap 15.6:etcd-3.5.21-150000.7.12.1.x86_64",
"openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.aarch64",
"openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.ppc64le",
"openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.s390x",
"openSUSE Leap 15.6:etcdctl-3.5.21-150000.7.12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-15T16:24:41Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
}
]
}
SUSE-SU-2025:1332-1
Vulnerability from csaf_suse - Published: 2025-04-17 01:37 - Updated: 2025-04-17 01:37| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for rekor",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rekor fixes the following issues:\n\n- CVE-2023-45288: rekor: golang.org/x/net/http2: Fixed close connections when receiving too many headers (bsc#1236519)\n- CVE-2024-6104: rekor: hashicorp/go-retryablehttp: Fixed sensitive information disclosure inside log file (bsc#1227053)\n- CVE-2025-22868: rekor: golang.org/x/oauth2/jws: Fixed unexpected memory consumption during token parsing (bsc#1239191)\n- CVE-2025-22869: rekor: golang.org/x/crypto/ssh: Fixed denial of service in the Key Exchange (bsc#1239327)\n- CVE-2025-27144: rekor: gopkg.in/go-jose/go-jose.v2,github.com/go-jose/go-jose/v4,github.com/go-jose/go-jose/v3: Fixed denial of service in Go JOSE\u0027s parsing (bsc#1237638)\n- CVE-2025-30204: rekor: github.com/golang-jwt/jwt/v5: Fixed jwt-go allowing excessive memory allocation during header parsing (bsc#1240468)\n\nOther fixes:\n\n- Update to version 1.3.10:\n * Features\n - Added --client-signing-algorithms flag (#1974)\n * Fixes / Misc\n - emit unpopulated values when marshalling (#2438)\n - pkg/api: better logs when algorithm registry rejects a key\n (#2429)\n - chore: improve mysql readiness checks (#2397)\n - Added --client-signing-algorithms flag (#1974)\n\n- Update to version 1.3.9 (jsc#SLE-23476):\n * Cache checkpoint for inactive shards (#2332)\n * Support per-shard signing keys (#2330)\n\n- Update to version 1.3.8:\n * Bug Fixes\n - fix zizmor issues (#2298)\n - remove unneeded value in log message (#2282)\n * Quality Enhancements\n - chore: relax go directive to permit 1.22.x\n - fetch minisign from homebrew instead of custom ppa (#2329)\n - fix(ci): simplify GOVERSION extraction\n - chore(deps): bump actions pins to latest\n - Updates go and golangci-lint (#2302)\n - update builder to use go1.23.4 (#2301)\n - clean up spaces\n - log request body on 500 error to aid debugging (#2283)\n\n- Update to version 1.3.7:\n * New Features\n - log request body on 500 error to aid debugging (#2283)\n - Add support for signing with Tink keyset (#2228)\n - Add public key hash check in Signed Note verification (#2214)\n - update Trillian TLS configuration (#2202)\n - Add TLS support for Trillian server (#2164)\n - Replace docker-compose with plugin if available (#2153)\n - Add flags to backfill script (#2146)\n - Unset DisableKeepalive for backfill HTTP client (#2137)\n - Add script to delete indexes from Redis (#2120)\n - Run CREATE statement in backfill script (#2109)\n - Add MySQL support to backfill script (#2081)\n - Run e2e tests on mysql and redis index backends (#2079)\n * Bug Fixes\n - remove unneeded value in log message (#2282)\n - Add error message when computing consistency proof (#2278)\n - fix validation error handling on API (#2217)\n - fix error in pretty-printed inclusion proof from verify\n subcommand (#2210)\n - Fix index scripts (#2203)\n - fix failing sharding test\n - Better error handling in backfill script (#2148)\n - Batch entries in cleanup script (#2158)\n - Add missing workflow for index cleanup test (#2121)\n - hashedrekord: fix schema $id (#2092)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1332,SUSE-SLE-Module-Basesystem-15-SP6-2025-1332,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1332,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1332,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1332,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1332,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1332,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1332,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1332,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1332,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-1332,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-1332,openSUSE-SLE-15.6-2025-1332",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_1332-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1332-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251332-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1332-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-April/039053.html"
},
{
"category": "self",
"summary": "SUSE Bug 1227053",
"url": "https://bugzilla.suse.com/1227053"
},
{
"category": "self",
"summary": "SUSE Bug 1236519",
"url": "https://bugzilla.suse.com/1236519"
},
{
"category": "self",
"summary": "SUSE Bug 1237638",
"url": "https://bugzilla.suse.com/1237638"
},
{
"category": "self",
"summary": "SUSE Bug 1239191",
"url": "https://bugzilla.suse.com/1239191"
},
{
"category": "self",
"summary": "SUSE Bug 1239327",
"url": "https://bugzilla.suse.com/1239327"
},
{
"category": "self",
"summary": "SUSE Bug 1240468",
"url": "https://bugzilla.suse.com/1240468"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45288 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45288/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-30204 page",
"url": "https://www.suse.com/security/cve/CVE-2025-30204/"
}
],
"title": "Security update for rekor",
"tracking": {
"current_release_date": "2025-04-17T01:37:13Z",
"generator": {
"date": "2025-04-17T01:37:13Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1332-1",
"initial_release_date": "2025-04-17T01:37:13Z",
"revision_history": [
{
"date": "2025-04-17T01:37:13Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.3.10-150400.4.25.1.aarch64",
"product": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64",
"product_id": "rekor-1.3.10-150400.4.25.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.3.10-150400.4.25.1.i586",
"product": {
"name": "rekor-1.3.10-150400.4.25.1.i586",
"product_id": "rekor-1.3.10-150400.4.25.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.3.10-150400.4.25.1.ppc64le",
"product": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le",
"product_id": "rekor-1.3.10-150400.4.25.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.3.10-150400.4.25.1.s390x",
"product": {
"name": "rekor-1.3.10-150400.4.25.1.s390x",
"product_id": "rekor-1.3.10-150400.4.25.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.3.10-150400.4.25.1.x86_64",
"product": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64",
"product_id": "rekor-1.3.10-150400.4.25.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.3",
"product": {
"name": "SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.3"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45288",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45288"
}
],
"notes": [
{
"category": "general",
"text": "An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request\u0027s headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45288",
"url": "https://www.suse.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "SUSE Bug 1221400 for CVE-2023-45288",
"url": "https://bugzilla.suse.com/1221400"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:37:13Z",
"details": "moderate"
}
],
"title": "CVE-2023-45288"
},
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:37:13Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:37:13Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:37:13Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:37:13Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
},
{
"cve": "CVE-2025-30204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-30204"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-30204",
"url": "https://www.suse.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "SUSE Bug 1240441 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240441"
},
{
"category": "external",
"summary": "SUSE Bug 1240442 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:37:13Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
}
]
}
SUSE-SU-2026:0592-1
Vulnerability from csaf_suse - Published: 2026-02-20 14:27 - Updated: 2026-02-20 14:27| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for vexctl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for vexctl fixes the following issues:\n\n- Update to version 0.4.1+git78.f951e3a:\n- CVE-2025-22868: Unexpected memory consumption during token parsing in golang.org/x/oauth2. (bsc#1239186)\n- CVE-2024-45337: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto. (bsc#1234486)\n- CVE-2025-27144: Go JOSE\u0027s Parsing Vulnerable to Denial of Service. (bsc#1237611)\n- CVE-2025-22870: proxy bypass using IPv6 zone IDs. (bsc#1238683)\n- CVE-2025-22869: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh. (bsc#1239323)\n- CVE-2025-30204: jwt-go allows excessive memory allocation during header parsing. (bsc#1240444)\n- CVE-2025-58181: invalidated number of mechanisms can cause unbounded memory consumption. (bsc#1253802)\n- CVE-2026-22772: MetaIssuer URL validation bypass can trigger SSRF to arbitrary internal services. (bsc#1256535)\n- CVE-2026-24137: legacy TUF client allows for arbitrary file writes with target cache path traversal. (bsc#1257138)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-592,openSUSE-SLE-15.6-2026-592",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0592-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0592-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260592-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0592-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024365.html"
},
{
"category": "self",
"summary": "SUSE Bug 1234486",
"url": "https://bugzilla.suse.com/1234486"
},
{
"category": "self",
"summary": "SUSE Bug 1237611",
"url": "https://bugzilla.suse.com/1237611"
},
{
"category": "self",
"summary": "SUSE Bug 1238683",
"url": "https://bugzilla.suse.com/1238683"
},
{
"category": "self",
"summary": "SUSE Bug 1239186",
"url": "https://bugzilla.suse.com/1239186"
},
{
"category": "self",
"summary": "SUSE Bug 1239323",
"url": "https://bugzilla.suse.com/1239323"
},
{
"category": "self",
"summary": "SUSE Bug 1240444",
"url": "https://bugzilla.suse.com/1240444"
},
{
"category": "self",
"summary": "SUSE Bug 1253802",
"url": "https://bugzilla.suse.com/1253802"
},
{
"category": "self",
"summary": "SUSE Bug 1256535",
"url": "https://bugzilla.suse.com/1256535"
},
{
"category": "self",
"summary": "SUSE Bug 1257138",
"url": "https://bugzilla.suse.com/1257138"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-30204 page",
"url": "https://www.suse.com/security/cve/CVE-2025-30204/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58181 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58181/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22772 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22772/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-24137 page",
"url": "https://www.suse.com/security/cve/CVE-2026-24137/"
}
],
"title": "Security update for vexctl",
"tracking": {
"current_release_date": "2026-02-20T14:27:24Z",
"generator": {
"date": "2026-02-20T14:27:24Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0592-1",
"initial_release_date": "2026-02-20T14:27:24Z",
"revision_history": [
{
"date": "2026-02-20T14:27:24Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"product": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"product_id": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.i586",
"product": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.i586",
"product_id": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"product": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"product_id": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"product": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"product_id": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64",
"product": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64",
"product_id": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64"
},
"product_reference": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le"
},
"product_reference": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x"
},
"product_reference": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
},
"product_reference": "vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45337"
}
],
"notes": [
{
"category": "general",
"text": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45337",
"url": "https://www.suse.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "SUSE Bug 1234482 for CVE-2024-45337",
"url": "https://bugzilla.suse.com/1234482"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"details": "important"
}
],
"title": "CVE-2024-45337"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
},
{
"cve": "CVE-2025-30204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-30204"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-30204",
"url": "https://www.suse.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "SUSE Bug 1240441 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240441"
},
{
"category": "external",
"summary": "SUSE Bug 1240442 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
},
{
"cve": "CVE-2025-58181",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58181"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58181",
"url": "https://www.suse.com/security/cve/CVE-2025-58181"
},
{
"category": "external",
"summary": "SUSE Bug 1253784 for CVE-2025-58181",
"url": "https://bugzilla.suse.com/1253784"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"details": "moderate"
}
],
"title": "CVE-2025-58181"
},
{
"cve": "CVE-2026-22772",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22772"
}
],
"notes": [
{
"category": "general",
"text": "Fulcio is a certificate authority for issuing code signing certificates for an OpenID Connect (OIDC) identity. Prior to 1.8.5, Fulcio\u0027s metaRegex() function uses unanchored regex, allowing attackers to bypass MetaIssuer URL validation and trigger SSRF to arbitrary internal services. Since the SSRF only can trigger GET requests, the request cannot mutate state. The response from the GET request is not returned to the caller so data exfiltration is not possible. A malicious actor could attempt to probe an internal network through Blind SSRF. This vulnerability is fixed in 1.8.5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22772",
"url": "https://www.suse.com/security/cve/CVE-2026-22772"
},
{
"category": "external",
"summary": "SUSE Bug 1256532 for CVE-2026-22772",
"url": "https://bugzilla.suse.com/1256532"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"details": "moderate"
}
],
"title": "CVE-2026-22772"
},
{
"cve": "CVE-2026-24137",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-24137"
}
],
"notes": [
{
"category": "general",
"text": "sigstore framework is a common go library shared across sigstore services and clients. In versions 1.10.3 and below, the legacy TUF client (pkg/tuf/client.go) supports caching target files to disk. It constructs a filesystem path by joining a cache base directory with a target name sourced from signed target metadata; however, it does not validate that the resulting path stays within the cache base directory. A malicious TUF repository can trigger arbitrary file overwriting, limited to the permissions that the calling process has. Note that this should only affect clients that are directly using the TUF client in sigstore/sigstore or are using an older version of Cosign. Public Sigstore deployment users are unaffected, as TUF metadata is validated by a quorum of trusted collaborators. This issue has been fixed in version 1.10.4. As a workaround, users can disable disk caching for the legacy client by setting SIGSTORE_NO_CACHE=true in the environment, migrate to https://github.com/sigstore/sigstore-go/tree/main/pkg/tuf, or upgrade to the latest sigstore/sigstore release.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-24137",
"url": "https://www.suse.com/security/cve/CVE-2026-24137"
},
{
"category": "external",
"summary": "SUSE Bug 1257137 for CVE-2026-24137",
"url": "https://bugzilla.suse.com/1257137"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.aarch64",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.ppc64le",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.s390x",
"openSUSE Leap 15.6:vexctl-0.4.1+git78.f951e3a-150000.1.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T14:27:24Z",
"details": "moderate"
}
],
"title": "CVE-2026-24137"
}
]
}
SUSE-SU-2026:0641-1
Vulnerability from csaf_suse - Published: 2026-02-25 16:25 - Updated: 2026-02-25 16:25| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.29.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for docker-stable",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for docker-stable fixes the following issues:\n\n- CVE-2025-30204: Fixed a vulnerability in jwt-go which allowed excessive memory allocation during header parsing. (bsc#1240513)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-641,SUSE-SLE-SERVER-12-SP5-LTSS-2026-641,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-641",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0641-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0641-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260641-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0641-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024406.html"
},
{
"category": "self",
"summary": "SUSE Bug 1240513",
"url": "https://bugzilla.suse.com/1240513"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-30204 page",
"url": "https://www.suse.com/security/cve/CVE-2025-30204/"
}
],
"title": "Security update for docker-stable",
"tracking": {
"current_release_date": "2026-02-25T16:25:10Z",
"generator": {
"date": "2026-02-25T16:25:10Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0641-1",
"initial_release_date": "2026-02-25T16:25:10Z",
"revision_history": [
{
"date": "2026-02-25T16:25:10Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.29.1.aarch64",
"product": {
"name": "docker-stable-24.0.9_ce-1.29.1.aarch64",
"product_id": "docker-stable-24.0.9_ce-1.29.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.29.1.i586",
"product": {
"name": "docker-stable-24.0.9_ce-1.29.1.i586",
"product_id": "docker-stable-24.0.9_ce-1.29.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch",
"product": {
"name": "docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch",
"product_id": "docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-fish-completion-24.0.9_ce-1.29.1.noarch",
"product": {
"name": "docker-stable-fish-completion-24.0.9_ce-1.29.1.noarch",
"product_id": "docker-stable-fish-completion-24.0.9_ce-1.29.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-rootless-extras-24.0.9_ce-1.29.1.noarch",
"product": {
"name": "docker-stable-rootless-extras-24.0.9_ce-1.29.1.noarch",
"product_id": "docker-stable-rootless-extras-24.0.9_ce-1.29.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-zsh-completion-24.0.9_ce-1.29.1.noarch",
"product": {
"name": "docker-stable-zsh-completion-24.0.9_ce-1.29.1.noarch",
"product_id": "docker-stable-zsh-completion-24.0.9_ce-1.29.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.29.1.ppc64le",
"product": {
"name": "docker-stable-24.0.9_ce-1.29.1.ppc64le",
"product_id": "docker-stable-24.0.9_ce-1.29.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.29.1.s390x",
"product": {
"name": "docker-stable-24.0.9_ce-1.29.1.s390x",
"product_id": "docker-stable-24.0.9_ce-1.29.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.29.1.x86_64",
"product": {
"name": "docker-stable-24.0.9_ce-1.29.1.x86_64",
"product_id": "docker-stable-24.0.9_ce-1.29.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.29.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-1.29.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.29.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-1.29.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.29.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-1.29.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.29.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-1.29.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.29.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.29.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-1.29.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-30204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-30204"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.29.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-30204",
"url": "https://www.suse.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "SUSE Bug 1240441 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240441"
},
{
"category": "external",
"summary": "SUSE Bug 1240442 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.29.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.29.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.29.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-25T16:25:10Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
}
]
}
SUSE-SU-2026:0659-1
Vulnerability from csaf_suse - Published: 2026-02-26 15:08 - Updated: 2026-02-26 15:08| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-24.0.9_ce-150000.1.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for docker-stable",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for docker-stable fixes the following issues:\n\n- CVE-2025-30204: Fixed a vulnerability in jwt-go which allowed excessive memory allocation during header parsing. (bsc#1240513)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-659,SUSE-SLE-Module-Containers-15-SP7-2026-659,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-659,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-659,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-659,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-659,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-659,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-659,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-659,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-659,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-659,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-659,openSUSE-SLE-15.6-2026-659",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0659-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0659-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260659-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0659-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024451.html"
},
{
"category": "self",
"summary": "SUSE Bug 1240513",
"url": "https://bugzilla.suse.com/1240513"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-30204 page",
"url": "https://www.suse.com/security/cve/CVE-2025-30204/"
}
],
"title": "Security update for docker-stable",
"tracking": {
"current_release_date": "2026-02-26T15:08:37Z",
"generator": {
"date": "2026-02-26T15:08:37Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0659-1",
"initial_release_date": "2026-02-26T15:08:37Z",
"revision_history": [
{
"date": "2026-02-26T15:08:37Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"product_id": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.36.1.i586",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.i586",
"product_id": "docker-stable-24.0.9_ce-150000.1.36.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"product": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"product_id": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-fish-completion-24.0.9_ce-150000.1.36.1.noarch",
"product": {
"name": "docker-stable-fish-completion-24.0.9_ce-150000.1.36.1.noarch",
"product_id": "docker-stable-fish-completion-24.0.9_ce-150000.1.36.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-rootless-extras-24.0.9_ce-150000.1.36.1.noarch",
"product": {
"name": "docker-stable-rootless-extras-24.0.9_ce-150000.1.36.1.noarch",
"product_id": "docker-stable-rootless-extras-24.0.9_ce-150000.1.36.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"product": {
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"product_id": "docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"product_id": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"product_id": "docker-stable-24.0.9_ce-150000.1.36.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"product_id": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-fish-completion-24.0.9_ce-150000.1.36.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-fish-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-rootless-extras-24.0.9_ce-150000.1.36.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-rootless-extras-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch"
},
"product_reference": "docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-30204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-30204"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.36.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.36.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-30204",
"url": "https://www.suse.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "SUSE Bug 1240441 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240441"
},
{
"category": "external",
"summary": "SUSE Bug 1240442 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.36.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.36.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.36.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.36.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.36.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.36.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.36.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-26T15:08:37Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
}
]
}
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.