Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-45337 (GCVE-0-2024-45337)
Vulnerability from cvelistv5 – Published: 2024-12-11 18:55 – Updated: 2025-02-18 20:48- CWE-1108 - Excessive Reliance on Global Variables
| Vendor | Product | Version | |
|---|---|---|---|
| golang.org/x/crypto | golang.org/x/crypto/ssh |
Affected:
0 , < 0.31.0
(semver)
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2025-01-31T15:02:46.088Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2024/12/11/2"
},
{
"url": "https://security.netapp.com/advisory/ntap-20250131-0007/"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2024-45337",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-12-12T17:57:55.896008Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-12-12T17:58:29.810Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "golang.org/x/crypto/ssh",
"product": "golang.org/x/crypto/ssh",
"programRoutines": [
{
"name": "ServerConfig.PublicKeyCallback"
},
{
"name": "connection.serverAuthenticate"
},
{
"name": "NewServerConn"
}
],
"vendor": "golang.org/x/crypto",
"versions": [
{
"lessThan": "0.31.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Damien Tournoud (Platform.sh / Upsun)"
},
{
"lang": "en",
"value": "Patrick Dawkins (Platform.sh / Upsun)"
},
{
"lang": "en",
"value": "Vince Parker (Platform.sh / Upsun)"
},
{
"lang": "en",
"value": "Jules Duvivier (Platform.sh / Upsun)"
}
],
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-1108: Excessive Reliance on Global Variables",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-18T20:48:40.404Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"url": "https://go.dev/cl/635315"
},
{
"url": "https://go.dev/issue/70779"
},
{
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"title": "Misuse of connection.serverAuthenticate may cause authorization bypass in golang.org/x/crypto"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2024-45337",
"datePublished": "2024-12-11T18:55:58.506Z",
"dateReserved": "2024-08-27T19:41:58.555Z",
"dateUpdated": "2025-02-18T20:48:40.404Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-45337",
"date": "2026-06-17",
"epss": "0.03092",
"percentile": "0.86016"
},
"fkie_nvd": {
"descriptions": "[{\"lang\": \"en\", \"value\": \"Applications and libraries which misuse the ServerConfig.PublicKeyCallback callback 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.\"}, {\"lang\": \"es\", \"value\": \" Las aplicaciones y bibliotecas que hacen un mal uso de la devoluci\\u00f3n de llamada ServerConfig.PublicKeyCallback pueden ser susceptibles a una omisi\\u00f3n de autorizaci\\u00f3n.\"}]",
"id": "CVE-2024-45337",
"lastModified": "2024-12-12T21:15:08.500",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\", \"baseScore\": 9.1, \"baseSeverity\": \"CRITICAL\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 5.2}]}",
"published": "2024-12-12T02:02:07.970",
"references": "[{\"url\": \"https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909\", \"source\": \"security@golang.org\"}, {\"url\": \"https://go.dev/cl/635315\", \"source\": \"security@golang.org\"}, {\"url\": \"https://go.dev/issue/70779\", \"source\": \"security@golang.org\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ\", \"source\": \"security@golang.org\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2024-3321\", \"source\": \"security@golang.org\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/12/11/2\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
"sourceIdentifier": "security@golang.org",
"vulnStatus": "Awaiting Analysis"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-45337\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2024-12-12T02:02:07.970\",\"lastModified\":\"2025-02-18T21:15:22.187\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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.\"},{\"lang\":\"es\",\"value\":\" Las aplicaciones y bibliotecas que hacen un mal uso de la devoluci\u00f3n de llamada ServerConfig.PublicKeyCallback pueden ser susceptibles a una omisi\u00f3n de autorizaci\u00f3n.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\",\"baseScore\":9.1,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":5.2}]},\"references\":[{\"url\":\"https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/cl/635315\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/issue/70779\",\"source\":\"security@golang.org\"},{\"url\":\"https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ\",\"source\":\"security@golang.org\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2024-3321\",\"source\":\"security@golang.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/12/11/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20250131-0007/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2024/12/11/2\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20250131-0007/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-01-31T15:02:46.088Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 9.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-45337\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-12-12T17:57:55.896008Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-12-12T17:58:13.916Z\"}}], \"cna\": {\"title\": \"Misuse of connection.serverAuthenticate may cause authorization bypass in golang.org/x/crypto\", \"credits\": [{\"lang\": \"en\", \"value\": \"Damien Tournoud (Platform.sh / Upsun)\"}, {\"lang\": \"en\", \"value\": \"Patrick Dawkins (Platform.sh / Upsun)\"}, {\"lang\": \"en\", \"value\": \"Vince Parker (Platform.sh / Upsun)\"}, {\"lang\": \"en\", \"value\": \"Jules Duvivier (Platform.sh / Upsun)\"}], \"affected\": [{\"vendor\": \"golang.org/x/crypto\", \"product\": \"golang.org/x/crypto/ssh\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.31.0\", \"versionType\": \"semver\"}], \"packageName\": \"golang.org/x/crypto/ssh\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"ServerConfig.PublicKeyCallback\"}, {\"name\": \"connection.serverAuthenticate\"}, {\"name\": \"NewServerConn\"}]}], \"references\": [{\"url\": \"https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909\"}, {\"url\": \"https://go.dev/cl/635315\"}, {\"url\": \"https://go.dev/issue/70779\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2024-3321\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"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.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-1108: Excessive Reliance on Global Variables\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2025-02-18T20:48:40.404Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-45337\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-18T20:48:40.404Z\", \"dateReserved\": \"2024-08-27T19:41:58.555Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2024-12-11T18:55:58.506Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2025:23206
Vulnerability from csaf_redhat - Published: 2025-12-15 15:39 - Updated: 2026-06-16 10:14A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and 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 control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:ed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:cf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:b3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:f7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:fbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:a3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:c4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:e1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:f43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:fd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9_amd64 | — |
Workaround
|
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:cf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:b3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:f7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:fbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:a3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:ed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:c4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:e1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:f43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:fd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9_amd64 | — |
A flaw was found in OpenShift GitOps. Namespace admins can create ArgoCD Custom Resources (CRs) that trick the system into granting them elevated permissions in other namespaces, including privileged namespaces. An authenticated attacker can then use these elevated permissions to create privileged workloads that run on master nodes, effectively giving them root access to the entire cluster.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:cf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:b3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:f7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:fbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:a3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:ed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:c4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:e1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:f43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:fd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9_amd64 | — |
A vulnerability found in Redis where a flaw in the Lua scripting engine can trigger a use-after-free condition. An authenticated attacker can exploit this by running a specially crafted Lua script, potentially resulting in remote code execution (RCE) within the Redis process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:cf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:b3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:f7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:fbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:a3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:ed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:c4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:e1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:f43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:fd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9_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": "Important: Red Hat OpenShift GitOps v1.17.3 security update",
"title": "Topic"
},
{
"category": "general",
"text": "An update is now available for Red Hat OpenShift GitOps.\nBug Fix(es) and Enhancement(s):\n* GITOPS-8116 (CVE-2024-45338 openshift-gitops-dex-container: Non-linear parsing of case-insensitive content in golang.org/x/net/html [gitops-1.17])\n* GITOPS-7608 (Redis HA pods are taking longer than expected to come up)\n* GITOPS-7789 (Version override in ArgoCD CR causes operator to use upstream images)\n* GITOPS-7844 (GitOpsService controller creates default ArgoCD with v1alpha1 api version)\n* GITOPS-8019 (CVE-2025-49844 - Vulnerability with Redis)\n* GITOPS-8033 (openshift-gitops-redis-ha-haproxy deployment fails to rollout with 3 worker nodes)\n* GITOPS-8142 (CVE-2024-45337 reported by RHACS for OpenShift GitOps Operator v1.18.1 (ArgoCD-based) due to outdated git-lfs binary, dependency update required to remove false positive.)\n* GITOPS-8152 (ArgoCD CR Reconciliation fails if spec.applicationSet.webhookServer.route.enabled is set to true)\n\nPost-Upgrade Action Required: Audit GitOps Operator Roles \n\nFollowing this upgrade, we strongly recommend you run the provided audit script to review namespace-scoped access. \n * The script identifies Roles/RoleBindings that grant cross-namespace access for the GitOps operator\u0027s features (created via .spec.sourceNamespaces). \n * Run it to verify and confirm that only the intended namespaces have cross-namespace access to deploy applications. \n\nFor more details, refer to : \n - https://github.com/redhat-developer/gitops-operator/tree/master/scripts/audit-namespace-roles ",
"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-2025:23206",
"url": "https://access.redhat.com/errata/RHSA-2025:23206"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45338",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13888",
"url": "https://access.redhat.com/security/cve/CVE-2025-13888"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-49844",
"url": "https://access.redhat.com/security/cve/CVE-2025-49844"
},
{
"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_gitops/1.17/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_gitops/1.17/"
},
{
"category": "external",
"summary": "https://github.com/redhat-developer/gitops-operator/tree/master/scripts/audit-namespace-roles",
"url": "https://github.com/redhat-developer/gitops-operator/tree/master/scripts/audit-namespace-roles"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23206.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift GitOps v1.17.3 security update",
"tracking": {
"current_release_date": "2026-06-16T10:14:10+00:00",
"generator": {
"date": "2026-06-16T10:14:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:23206",
"initial_release_date": "2025-12-15T15:39:18+00:00",
"revision_history": [
{
"date": "2025-12-15T15:39:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-16T07:12:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-16T10:14:10+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift GitOps 1.17",
"product": {
"name": "Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_gitops:1.17::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift GitOps"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:ed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:ed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:ed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256%3Aed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:cf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:cf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:cf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256%3Acf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:b3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:b3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:b3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-agent-rhel8@sha256%3Ab3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256%3A9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256%3A27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256%3A68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256%3Aa4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256%3A67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256%3A27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:e1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:e1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:e1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-operator-bundle@sha256%3Ae1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:fd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:fd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:fd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256%3Afd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256%3Aa120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256%3A29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-agent-rhel8@sha256%3A090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256%3Af602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256%3A2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256%3Aef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256%3A5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256%3A388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256%3Aa6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256%3A698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256%3A8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256%3A6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:f7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:f7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:f7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-agent-rhel8@sha256%3Af7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256%3A8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256%3Ab2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256%3A90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256%3A9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:f43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:f43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:f43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256%3Af43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256%3A2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256%3A7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256%3Aebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256%3A7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256%3A33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:fbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:fbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:fbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-agent-rhel8@sha256%3Afbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:a3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:a3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:a3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256%3Aa3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256%3A111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:c4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:c4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:c4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256%3Ac4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256%3A27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256%3Abc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256%3A8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:cf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:cf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:cf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:b3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:b3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:b3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:f7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:f7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:f7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:fbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:fbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:fbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:a3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:a3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:a3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:ed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:ed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:ed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:c4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:c4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:c4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:e1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:e1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:e1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:f43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:f43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:f43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef_arm64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393_ppc64le as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b_s390x as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:fd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9_amd64 as a component of Red Hat OpenShift GitOps 1.17",
"product_id": "Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:fd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:fd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.17"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:cf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:b3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:f7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:fbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:a3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:c4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:e1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:f43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:fd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and 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 control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"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 GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:ed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:cf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:b3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:f7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:fbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:a3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:c4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:e1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:f43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:fd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:39:18+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:ed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23206"
},
{
"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 GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:cf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:b3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:f7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:fbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:a3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:ed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:c4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:e1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:f43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:fd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:cf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:b3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:f7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:fbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:a3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:ed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:c4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:e1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:f43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:fd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:cf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:b3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:f7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:fbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:a3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:ed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:c4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:e1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:f43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:fd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8_amd64"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:cf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:b3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:f7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:fbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:a3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:ed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:c4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:e1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:f43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:fd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:39:18+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23206"
}
],
"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 GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:cf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:b3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:f7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:fbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:a3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:ed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:c4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:e1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:f43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:fd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
},
{
"cve": "CVE-2025-13888",
"cwe": {
"id": "CWE-266",
"name": "Incorrect Privilege Assignment"
},
"discovery_date": "2025-12-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:cf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:b3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:f7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:fbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:a3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:ed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:c4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:e1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:f43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:fd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418361"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenShift GitOps. Namespace admins can create ArgoCD Custom Resources (CRs) that trick the system into granting them elevated permissions in other namespaces, including privileged namespaces. An authenticated attacker can then use these elevated permissions to create privileged workloads that run on master nodes, effectively giving them root access to the entire cluster.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openshift-gitops-operator: OpenShift GitOps: Namespace Admin Cluster Takeover via Privileged Jobs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates this vulnerability as Important instead of Critical. While full cluster compromise is possible, it requires the attacker to already possess authenticated namespace administrator credentials, reducing the attack surface to authorized internal users rather than external attackers.",
"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 GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd_s390x"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:cf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:b3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:f7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:fbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:a3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:ed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:c4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:e1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:f43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:fd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13888"
},
{
"category": "external",
"summary": "RHBZ#2418361",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418361"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13888",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13888"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13888",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13888"
},
{
"category": "external",
"summary": "https://github.com/redhat-developer/gitops-operator/commit/bc6ac3e03d7c8b3db5d8f1770c868396a4c2dcef",
"url": "https://github.com/redhat-developer/gitops-operator/commit/bc6ac3e03d7c8b3db5d8f1770c868396a4c2dcef"
},
{
"category": "external",
"summary": "https://github.com/redhat-developer/gitops-operator/pull/897",
"url": "https://github.com/redhat-developer/gitops-operator/pull/897"
},
{
"category": "external",
"summary": "https://github.com/redhat-developer/gitops-operator/releases/tag/v1.16.2",
"url": "https://github.com/redhat-developer/gitops-operator/releases/tag/v1.16.2"
}
],
"release_date": "2025-12-15T13:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:39:18+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23206"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:cf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:b3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:f7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:fbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:a3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:ed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:c4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:e1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:f43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:fd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openshift-gitops-operator: OpenShift GitOps: Namespace Admin Cluster Takeover via Privileged Jobs"
},
{
"cve": "CVE-2025-49844",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-10-03T20:01:14.375087+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:cf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:b3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:f7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:fbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:a3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:ed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:c4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:e1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:f43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:fd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2401324"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability found in Redis where a flaw in the Lua scripting engine can trigger a use-after-free condition. An authenticated attacker can exploit this by running a specially crafted Lua script, potentially resulting in remote code execution (RCE) within the Redis process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Redis: Redis Lua Use-After-Free may lead to remote code execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability should be rated Important rather than Moderate because it introduces a memory-safety defect in Redis\u2019s Lua subsystem that can be weaponized for remote code execution (RCE). An authenticated actor with permission to run Lua can craft scripts that trigger a use-after-free in the parser/stack-management code, giving precise control over freed memory and enabling arbitrary code execution inside the redis-server process. That risk is fundamentally different from a typical moderate issue (e.g., a crash or limited denial-of-service): successful exploitation directly compromises the server runtime and all in-memory contents\u2014cached data, session tokens, and application state\u2014rather than merely disrupting service. Because Redis commonly runs with elevated privileges and is a trusted core component in application architectures, an RCE in the server process undermines confidentiality, integrity, and availability across dependent services. Authenticated attackability, trivial exploitation via standard commands (EVAL/EVALSHA), and the potential for full-process compromise elevate CVE-2025-49844 to Important severity.\n\nThis flaw exists only in the Redis server implementation; \n\nRedis client libraries (Python, Node.js, Rust, etc.) are not affected by this vulnerability, and it only exists in the Redis server\u2019s embedded Lua engine where scripts execute. Client libraries merely transmit EVAL/EVALSHA to the server.\n\n\nRed Hat Satellite does not ship the Redis server, and the Redis client libraries it includes (such as python-redis, python-aioredis and rubygem-redis) are not impacted by this vulnerability. While Satellite consume the Redis package from the underlying RHEL system, which is affected, the Redis service in Satellite is bound only to the local interface and is accessible solely by internal components like Pulp and Dynflow. Since vulnerability requires sending crafted Lua payloads to the Redis command interface, and no external or untrusted clients can connect, the effective exposure within Satellite is nullified.",
"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 GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd_s390x"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:cf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:b3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:f7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:fbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:a3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:ed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:c4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:e1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:f43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:fd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-49844"
},
{
"category": "external",
"summary": "RHBZ#2401324",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2401324"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-49844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49844"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-49844",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-49844"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/commit/d5728cb5795c966c5b5b1e0f0ac576a7e69af539",
"url": "https://github.com/redis/redis/commit/d5728cb5795c966c5b5b1e0f0ac576a7e69af539"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/releases/tag/8.2.2",
"url": "https://github.com/redis/redis/releases/tag/8.2.2"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-4789-qfc9-5f9q",
"url": "https://github.com/redis/redis/security/advisories/GHSA-4789-qfc9-5f9q"
},
{
"category": "external",
"summary": "https://redis.io/blog/security-advisory-cve-2025-49844/",
"url": "https://redis.io/blog/security-advisory-cve-2025-49844/"
}
],
"release_date": "2025-10-03T19:27:23.609000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:39:18+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23206"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.\n\nTo reduce the risk, restricting network access to trusted hosts, enforcing strong authentication and protected-mode, disabling or limiting Lua scripting where possible can be beneficial and apply least-privilege ACLs to reduce who can run scripting commands, keep instances non-public with firewalls/VPCs, and follow Redis hardening guidance to minimize exposure.",
"product_ids": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:cf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:b3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:f7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:fbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:a3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:ed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:c4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:e1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:f43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:fd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:8c3785cd1c2aabe85c1f447a82583c56860f6a88ad108985338d334cd29e187d_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:a120d2036e7647b266f5cb1caa22f08a6e7c7241ab4073461fd61fdc51a43e4c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:cf7438a5cf8a56eb937cf7a7e6fbd0430837b5e9376c4ad1c1ea44ae8c35c3a4_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:ebd9f980835a823bbf1e776a0460302fba6fc1c00410046293d5b3e3757ff966_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:090423a7278d01ebbf7ed048dea9c7e33dcaf36ab5fd37aeb8ebf9832a98ee35_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:b3de65128344dffd9b0c6007e0118bed2976a3273b272e96cdac6d0265bdb68d_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:f7c8a44e27576faeb89037a79b1e175a66d7ad895ecc001f224c45c59bcc9529_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8@sha256:fbc0820ef3ea0ddc7aa0a32e8556847966b98bf5563aee25d9d5b9dba0563b56_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:8d8eea444b653ab2ba3b252fe996d7775d457cd09cfa384f0fa3a51fe4576a5c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:9edc4f6b0da4723b4ae2e18846ce44596204ccd5413cd6af2b3da62c028962ff_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:a3fadba4ca091be88f26efb8d6fb4298e94c89c5473171277369d87972587df3_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:f602e146b76cd3c1f40d19f2b10cb9a9a09de8a58b637d054fe509c3d3c848f4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:29ac3485b2753099dc2ce4bd9f0d433fd007eb80b19949e6084617d5e4c8401c_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:33b21324dcd8deaa69ca27e256c32269b9c8520c8f841a65369b99f40867fb39_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:6a51fa2984a09ab535a4a642e037dbe4d749b0c287001d73867f36af15fdedf6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:ed4f5d2f4be89dacb91eb072fd06065d1c4a3bbe95a779f15910913a2c01b8bf_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:111d349469f89ce6d1d3678d26f195e2aabfc06d10c46095be671b0fd0c28e95_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:27a6b27b8fa043d8f7be96c526ef0d361bedda1957eae7a464549e7fa4f4d90c_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:2fa2d758167075121d90193a20c6133f6b956b97d60ff149c48139e382c5e240_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:b2886641771b90438b0a68d865a628b532fb22355693248c5689bb4de397e6f6_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:68c54254b55558f7a59a419757c3706c11c72b65126427c5d070472e8c49f445_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:90b53754882f44c06f1736dee31266e6d3b84a35b88d4211b4816d56b92453fa_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:c4a07e270cb2f8b9136be341923575c7c6a533010d2053f6fdbc7aec48e29bca_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:ef45471b5e81bfa5f3b61f2e6159ec863ad8de3af2faf78d6efa229d8ee7708d_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:5f18539d5ffc19d3525321bee95ea2da33de174c20debfb28e42bee1a8008df4_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:7f305f88b076e660cf4329f995cf6a6b12ef5ae325580004580d0c6f0ecf569e_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:9ae4f68d8ac57af106a20674dddbaaf7c273aab5b359d1a3cfa7c6e498d0615a_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:a4876418208983e14da1e0434ded22043e1880bf1bb5e60c0cea6295a772eac8_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:e1101b02df32a56a9aec80639372248b72963240dc86add446d0d07da65baca7_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:27e7a59bb5c5f60be7509e5f4f07f4181d62e6583a943c46f56f568bfc30c2c1_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:2d228a645c52e829db1b0078458fb2ae0685a444c4a47bca01ef18dbc00e5d0c_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:a6f0914b6ea70a3a1dde9614eb388401722fcd9c8c25f5f147728eaa065db0d2_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bc60496d801c19d81020a2f614be34987a603d2ff3d149e58ab4680f6d5e93dd_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:27a35a4c154e6f3242fcf4606eff4142fce91b1ec6342b7682350cf256120fe2_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:388bf4b92ce9e6e277051071237527315a16543e8f9d4bca348dd412d379e0fa_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:67ff57f12a92a4db8abb9cc73511c576e5099d2583c06ea00485f3a676f6fac6_amd64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:f43dab8ced42b0f2babd0e7ed3653cba19bddf89beb355cd4c93ab41c31c6db9_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:698bca4c445cd82d6f27fd23f3fe45248d8e4ae191969823c847abd4064fbfef_arm64",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:7a4be5cc0287daf4f85a5db3fc8a63cd99dd1e4ea69c40711e38cc2ce5ccc393_ppc64le",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:8dfee8533b4cee4381f522b3b58d66a869c9fe5a919c3cb0226fdcd3d44c061b_s390x",
"Red Hat OpenShift GitOps 1.17:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:fd3749bec7e58fd10a7d0b6978e3d0def6c59be0b512295c307b2cdd3c5750a9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Redis: Redis Lua Use-After-Free may lead to remote code execution"
}
]
}
RHSA-2025:23207
Vulnerability from csaf_redhat - Published: 2025-12-15 15:40 - Updated: 2026-06-16 10:14A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and 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 control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:be490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:ca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:d30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:d6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471_arm64 | — |
Workaround
|
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:d30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:ca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:be490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:d6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471_arm64 | — |
A flaw was found in OpenShift GitOps. Namespace admins can create ArgoCD Custom Resources (CRs) that trick the system into granting them elevated permissions in other namespaces, including privileged namespaces. An authenticated attacker can then use these elevated permissions to create privileged workloads that run on master nodes, effectively giving them root access to the entire cluster.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:d6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:ca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:be490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:d30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471_arm64 | — |
A vulnerability found in Redis where a flaw in the Lua scripting engine can trigger a use-after-free condition. An authenticated attacker can exploit this by running a specially crafted Lua script, potentially resulting in remote code execution (RCE) within the Redis process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:d6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:ca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:be490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:d30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471_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": "Important: Red Hat OpenShift GitOps v1.16.5 security update",
"title": "Topic"
},
{
"category": "general",
"text": "An update is now available for Red Hat OpenShift GitOps.\nBug Fix(es) and Enhancement(s):\n* GITOPS-8116 (CVE-2024-45338 openshift-gitops-dex-container: Non-linear parsing of case-insensitive content in golang.org/x/net/html [gitops-1.17])\n* GITOPS-8019 (CVE-2025-49844 - Vulnerability with Redis)\n* GITOPS-8142 (CVE-2024-45337 reported by RHACS for OpenShift GitOps Operator v1.18.1 (ArgoCD-based) due to outdated git-lfs binary, dependency update required to remove false positive.)\n\nPost-Upgrade Action Required: Audit GitOps Operator Roles \n\nFollowing this upgrade, we strongly recommend you run the provided audit script to review namespace-scoped access. \n * The script identifies Roles/RoleBindings that grant cross-namespace access for the GitOps operator\u0027s features (created via .spec.sourceNamespaces). \n * Run it to verify and confirm that only the intended namespaces have cross-namespace access to deploy applications. \n\nFor more details, refer to : \n - https://github.com/redhat-developer/gitops-operator/tree/master/scripts/audit-namespace-roles ",
"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-2025:23207",
"url": "https://access.redhat.com/errata/RHSA-2025:23207"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45338",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13888",
"url": "https://access.redhat.com/security/cve/CVE-2025-13888"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-49844",
"url": "https://access.redhat.com/security/cve/CVE-2025-49844"
},
{
"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_gitops/1.16/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_gitops/1.16/"
},
{
"category": "external",
"summary": "https://github.com/redhat-developer/gitops-operator/tree/master/scripts/audit-namespace-roles",
"url": "https://github.com/redhat-developer/gitops-operator/tree/master/scripts/audit-namespace-roles"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23207.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift GitOps v1.16.5 security update",
"tracking": {
"current_release_date": "2026-06-16T10:14:10+00:00",
"generator": {
"date": "2026-06-16T10:14:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:23207",
"initial_release_date": "2025-12-15T15:40:35+00:00",
"revision_history": [
{
"date": "2025-12-15T15:40:35+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-16T07:12:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-16T10:14:10+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift GitOps 1.16",
"product": {
"name": "Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_gitops:1.16::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift GitOps"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256%3A9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256%3A128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:ca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:ca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:ca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256%3Aca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256%3A60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256%3A206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256%3A28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256%3Ad84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256%3Ac41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691_ppc64le",
"product_id": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256%3A04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256%3Ad22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:be490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:be490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:be490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256%3Abe490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256%3A5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256%3A529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256%3Af4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416_amd64",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256%3Af0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256%3A8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256%3Abcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-operator-bundle@sha256%3A1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c_amd64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c_amd64",
"product_id": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256%3A632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256%3A9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256%3A79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256%3Ab560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256%3A990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256%3A01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256%3A86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256%3A50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256%3A52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471_arm64",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471_arm64",
"product_id": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256%3A6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256%3A1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256%3A0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256%3A22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256%3A603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256%3Ab4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:d30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:d30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:d30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26_s390x",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256%3Ad30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256%3A50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:d6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:d6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:d6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256%3Ad6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f_s390x",
"product": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f_s390x",
"product_id": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256%3A3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1_s390x as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb_arm64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b_ppc64le as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb_amd64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f_s390x as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc_amd64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd_arm64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:ca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5_ppc64le as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:ca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:ca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb_s390x as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d_ppc64le as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3_arm64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:be490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce_amd64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:be490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:be490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35_amd64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553_s390x as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda_ppc64le as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88_arm64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7_arm64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6_ppc64le as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5_s390x as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07_amd64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb_ppc64le as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d_arm64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:d30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26_s390x as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:d30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:d30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416_amd64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74_amd64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11_arm64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365_amd64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa_ppc64le as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:d6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a_s390x as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:d6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:d6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2_arm64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9_s390x as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc_amd64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c_ppc64le as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691_ppc64le as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f_s390x as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f_s390x"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f_s390x",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c_amd64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c_amd64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c_amd64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471_arm64 as a component of Red Hat OpenShift GitOps 1.16",
"product_id": "Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471_arm64"
},
"product_reference": "registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471_arm64",
"relates_to_product_reference": "Red Hat OpenShift GitOps 1.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:ca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:d30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:d6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and 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 control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"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 GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:be490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88_arm64"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:ca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:d30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:d6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:40:35+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:be490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23207"
},
{
"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 GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:ca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:be490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:d30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:d6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:ca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:be490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:d30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:d6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:ca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:be490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:d6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:d30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416_amd64"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:ca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:be490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:d6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:40:35+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:d30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23207"
}
],
"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 GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:ca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:be490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:d30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:d6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
},
{
"cve": "CVE-2025-13888",
"cwe": {
"id": "CWE-266",
"name": "Incorrect Privilege Assignment"
},
"discovery_date": "2025-12-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:ca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:be490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:d30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418361"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenShift GitOps. Namespace admins can create ArgoCD Custom Resources (CRs) that trick the system into granting them elevated permissions in other namespaces, including privileged namespaces. An authenticated attacker can then use these elevated permissions to create privileged workloads that run on master nodes, effectively giving them root access to the entire cluster.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openshift-gitops-operator: OpenShift GitOps: Namespace Admin Cluster Takeover via Privileged Jobs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates this vulnerability as Important instead of Critical. While full cluster compromise is possible, it requires the attacker to already possess authenticated namespace administrator credentials, reducing the attack surface to authorized internal users rather than external attackers.",
"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 GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:d6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a_s390x"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:ca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:be490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:d30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13888"
},
{
"category": "external",
"summary": "RHBZ#2418361",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418361"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13888",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13888"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13888",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13888"
},
{
"category": "external",
"summary": "https://github.com/redhat-developer/gitops-operator/commit/bc6ac3e03d7c8b3db5d8f1770c868396a4c2dcef",
"url": "https://github.com/redhat-developer/gitops-operator/commit/bc6ac3e03d7c8b3db5d8f1770c868396a4c2dcef"
},
{
"category": "external",
"summary": "https://github.com/redhat-developer/gitops-operator/pull/897",
"url": "https://github.com/redhat-developer/gitops-operator/pull/897"
},
{
"category": "external",
"summary": "https://github.com/redhat-developer/gitops-operator/releases/tag/v1.16.2",
"url": "https://github.com/redhat-developer/gitops-operator/releases/tag/v1.16.2"
}
],
"release_date": "2025-12-15T13:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:40:35+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:d6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23207"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:ca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:be490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:d30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:d6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openshift-gitops-operator: OpenShift GitOps: Namespace Admin Cluster Takeover via Privileged Jobs"
},
{
"cve": "CVE-2025-49844",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-10-03T20:01:14.375087+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:ca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:be490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:d30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2401324"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability found in Redis where a flaw in the Lua scripting engine can trigger a use-after-free condition. An authenticated attacker can exploit this by running a specially crafted Lua script, potentially resulting in remote code execution (RCE) within the Redis process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Redis: Redis Lua Use-After-Free may lead to remote code execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability should be rated Important rather than Moderate because it introduces a memory-safety defect in Redis\u2019s Lua subsystem that can be weaponized for remote code execution (RCE). An authenticated actor with permission to run Lua can craft scripts that trigger a use-after-free in the parser/stack-management code, giving precise control over freed memory and enabling arbitrary code execution inside the redis-server process. That risk is fundamentally different from a typical moderate issue (e.g., a crash or limited denial-of-service): successful exploitation directly compromises the server runtime and all in-memory contents\u2014cached data, session tokens, and application state\u2014rather than merely disrupting service. Because Redis commonly runs with elevated privileges and is a trusted core component in application architectures, an RCE in the server process undermines confidentiality, integrity, and availability across dependent services. Authenticated attackability, trivial exploitation via standard commands (EVAL/EVALSHA), and the potential for full-process compromise elevate CVE-2025-49844 to Important severity.\n\nThis flaw exists only in the Redis server implementation; \n\nRedis client libraries (Python, Node.js, Rust, etc.) are not affected by this vulnerability, and it only exists in the Redis server\u2019s embedded Lua engine where scripts execute. Client libraries merely transmit EVAL/EVALSHA to the server.\n\n\nRed Hat Satellite does not ship the Redis server, and the Redis client libraries it includes (such as python-redis, python-aioredis and rubygem-redis) are not impacted by this vulnerability. While Satellite consume the Redis package from the underlying RHEL system, which is affected, the Redis service in Satellite is bound only to the local interface and is accessible solely by internal components like Pulp and Dynflow. Since vulnerability requires sending crafted Lua payloads to the Redis command interface, and no external or untrusted clients can connect, the effective exposure within Satellite is nullified.",
"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 GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:d6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a_s390x"
],
"known_not_affected": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:ca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:be490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:d30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-49844"
},
{
"category": "external",
"summary": "RHBZ#2401324",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2401324"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-49844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49844"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-49844",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-49844"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/commit/d5728cb5795c966c5b5b1e0f0ac576a7e69af539",
"url": "https://github.com/redis/redis/commit/d5728cb5795c966c5b5b1e0f0ac576a7e69af539"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/releases/tag/8.2.2",
"url": "https://github.com/redis/redis/releases/tag/8.2.2"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-4789-qfc9-5f9q",
"url": "https://github.com/redis/redis/security/advisories/GHSA-4789-qfc9-5f9q"
},
{
"category": "external",
"summary": "https://redis.io/blog/security-advisory-cve-2025-49844/",
"url": "https://redis.io/blog/security-advisory-cve-2025-49844/"
}
],
"release_date": "2025-10-03T19:27:23.609000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:40:35+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:d6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23207"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.\n\nTo reduce the risk, restricting network access to trusted hosts, enforcing strong authentication and protected-mode, disabling or limiting Lua scripting where possible can be beneficial and apply least-privilege ACLs to reduce who can run scripting commands, keep instances non-public with firewalls/VPCs, and follow Redis hardening guidance to minimize exposure.",
"product_ids": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:ca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:be490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:d30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:d6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:1b6aa315db581860193221a3f9c6fc41aee27e565be3b35d3bcfdf96b78aa9a1_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9330fc60983057b6e4d5982a9d26f75edd19f60a27e51d399d432904fd6fabeb_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:9612285bdfdef053b85e20ae1f051fa920e54dab0fb2fe2eb07361a9b4a11b5b_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8@sha256:d22dd4dd09ac5762db0e1640b0f4e095d9d7d8ab2a4a19a6387b1c677cc299bb_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:22d449937c066aea055b8591723934174748907161e4ff9f9086b59c5e95bf4f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:5083f82c8c279384a9b1ffb03295da165d5b2e7c12538f5792b094830d8628bc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:b560d638da1fd627ffe238a770d2b0a382f9947b429a02c22a39cfec7a9a14bd_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8@sha256:ca1bb876d3e7b3dfede5b542a7c6a8bdece5555cc872f97d7e7a31823dad2fd5_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:0c5deccc37d4904c3d9e2395f8633588ab9ea2516f2b64809ff27eae06c0a4cb_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:128bc4204874b52f3d92a363224cf111b9d3905402526fe3cc267a52679bff2d_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:79b152b79000b6a9673f62bdaf0bf7ddd9175483cc8e3732417738569d9dcba3_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel8@sha256:be490bdfd6f793e7298e13792ee230cf6f061a67727aac6a0a6f298e02d106ce_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:529989e5fb64e6451ae21dd10f293e182ae52a3f938abe6e8082cf415cb0fb35_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:603bef1d5ab79b33458edc81bf06d32dd5be50df06eab25a0a1973c9083d7553_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:60be065c239e044ae5f9ac38a20d5d76e9f1912c2fa2bd84f7f0d0697a1e6cda_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/argocd-rhel9@sha256:990d911c2141f78e8f2bae55f7de8b400d0e02dec1ea761d2befe24954debe88_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:01a290257f7a67491567952e14fe172486de00dec8bf7c963482bea6d4b3f9c7_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:206ef103465edbeef20de28b0c936eb1aa8403100f5ee58984964d614d099ea6_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:b4fac7c2dbc1139f070ab594e35bd2f424b81a4fa025754d1b3a7a4864c3a6c5_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/console-plugin-rhel8@sha256:f4c13bc089a23eb0ce2057a9bc7f6ae7ea626b9ef27a568410f2e94fe27d6c07_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:28291a0151e5c5acc71c0da1dcf6d0476280bb12c81483c8c5f09929844ba0eb_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:86b9fb43226ae1b8db105c67f882388aaf4f6df816e3d90e5be1de234b48ad4d_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:d30ca5a1264146a12fe1f86f669272585a8976cbe2facba5c75fe1bf5ad46d26_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/dex-rhel8@sha256:f0c88a955a27b9939c7be9304ba56ea794cf08c4c2e9637eb7f06fb59055d416_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-operator-bundle@sha256:1e7fb9262023798711dc58fecf9c57c2fbd260a7f942eef2a9fd2822dbfb0b74_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:52b550b043480277626e591ec85b832e91f69b5f91dd72fc8823788635f0eb11_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:bcc192e3e9ff8dfd15bd311fdeda919653721e85338c96d5ad29fa6f1e4e3365_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:c41c99f360a2515bce55c42e309e2c72500ba66d3a2c461412dee7de5ea9a9fa_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator@sha256:d6102d2d2c0f46d8ceb81d7d85dba857283a6bca3828a99ccaef9feec7c1478a_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50c6fdcaa62c5eb09dad85edbfb3e0818870c1d0ae6121c328375826e727a2f2_arm64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:50f449a62b01b2c068b6d0cb4afe822a9c16256da520dc3d447a279ac3f80fe9_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:8ea5487a8a33b44fd6b7d3b2749dc46bc39b72dce1725cf3c612be78669c43cc_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/gitops-rhel8@sha256:d84b86fdba90d33ea4486833a22c277143ef74a61bfcfa18f3a77657ddd92a2c_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:04167997bbf8fc40e6010c9eb0510bcdadaabb00037c36ed95ae990a78032691_ppc64le",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:3b09515064d1552e910a52fce75cf23774776747855a281bb03c67617924fe3f_s390x",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:632e6c439c879fdc116d9ba28c46d8b703a82c7e74e2ea6d609ebb0f33d5b58c_amd64",
"Red Hat OpenShift GitOps 1.16:registry.redhat.io/openshift-gitops-1/must-gather-rhel8@sha256:6564195bb96a655e4951e9ed310f18dd328045704f40b5834317fb4a1fd42471_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Redis: Redis Lua Use-After-Free may lead to remote code execution"
}
]
}
RHSA-2025:2588
Vulnerability from csaf_redhat - Published: 2025-03-10 23:41 - Updated: 2026-06-16 10:14A flaw was found in the bind package where a crafted DNS zone may generate numerous records in the 'Additional' section of the response. This flaw allows an attacker to send a large amount of such queries, which may lead either the authoritative server or an independent resolver to run into an uncontrolled CPU resource scenario, ultimately resulting in the server not being able to attend new requests and causing a denial of service as a consequence.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64 | — |
Workaround
|
A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and 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 control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64 | — |
Workaround
|
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64 | — |
A flaw was found in the undici package for Node.js. Undici uses `Math.random()` to choose the boundary for a multipart/form-data request. It is known that the output of `Math.random()` can be predicted if several of its generated values are known. If an app has a mechanism that sends multipart requests to an attacker-controlled website, it can leak the necessary values. Therefore, an attacker can tamper with the requests going to the backend APIs if certain conditions are met.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64 | — |
A flaw was found in Netty's SslHandler. This vulnerability allows a native crash via a specially crafted packet that bypasses proper validation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated images are now available for Red Hat OpenShift AI.",
"title": "Topic"
},
{
"category": "general",
"text": "Release of RHOAI 2.18.0 provides these changes:",
"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-2025:2588",
"url": "https://access.redhat.com/errata/RHSA-2025:2588"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-11187",
"url": "https://access.redhat.com/security/cve/CVE-2024-11187"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-24970",
"url": "https://access.redhat.com/security/cve/CVE-2025-24970"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45338",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22150",
"url": "https://access.redhat.com/security/cve/CVE-2025-22150"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_2588.json"
}
],
"title": "Red Hat Security Advisory: RHOAI 2.18.0 - Red Hat OpenShift AI",
"tracking": {
"current_release_date": "2026-06-16T10:14:13+00:00",
"generator": {
"date": "2026-06-16T10:14:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:2588",
"initial_release_date": "2025-03-10T23:41:31+00:00",
"revision_history": [
{
"date": "2025-03-10T23:41:31+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-25T20:51:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-16T10:14:13+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift AI 2.18",
"product": {
"name": "Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_ai:2.18::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift AI"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64",
"product_id": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-codeflare-operator-rhel8@sha256%3A4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740989833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel8@sha256%3A31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740990297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel8@sha256%3Ab1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740989936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256%3A67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740989936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel8@sha256%3Aeaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740989646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel8@sha256%3A5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740989687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kuberay-operator-controller-rhel8@sha256%3A64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740989446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kueue-controller-rhel8@sha256%3A2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740989612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel8@sha256%3A287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1741002128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel8@sha256%3A95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1741001790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel8@sha256%3Af28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740990379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256%3A0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740990313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-runtime-generic-rhel8@sha256%3A760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1741002323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256%3Adcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740990379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel8@sha256%3A4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740989677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mm-rest-proxy-rhel8@sha256%3Aed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740989933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel8@sha256%3A9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740989839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel8@sha256%3A25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740989698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel8@sha256%3A710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740989704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-runtime-adapter-rhel8@sha256%3A2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1741002425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-serving-controller-rhel8@sha256%3Aeb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740989968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-rhel8@sha256%3A04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740989471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel8@sha256%3A983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740989687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64",
"product_id": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-operator-bundle@sha256%3A36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1741009551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64",
"product_id": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel8-operator@sha256%3A4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1741008250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel8@sha256%3A0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740990420"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel8@sha256%3A81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1741001643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel8@sha256%3A0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740989457"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel8@sha256%3A42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740990297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel8@sha256%3A100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740989839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel8-operator@sha256%3A71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1741008250"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel8@sha256%3Aef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740990297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel8@sha256%3A65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1740989839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x",
"product_id": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel8-operator@sha256%3Ad0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.18.0-1741008250"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64 as a component of Red Hat OpenShift AI 2.18",
"product_id": "Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.18"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Toshifumi Sakaguchi"
]
}
],
"cve": "CVE-2024-11187",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-01-29T21:04:37.737000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2342879"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the bind package where a crafted DNS zone may generate numerous records in the \u0027Additional\u0027 section of the response. This flaw allows an attacker to send a large amount of such queries, which may lead either the authoritative server or an independent resolver to run into an uncontrolled CPU resource scenario, ultimately resulting in the server not being able to attend new requests and causing a denial of service as a consequence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bind: bind9: Many records in the additional section cause CPU exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The bind package as shipped by Red Hat does not by default set the option `minimal-responses yes;` in the configuration file.",
"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 AI 2.18:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-11187"
},
{
"category": "external",
"summary": "RHBZ#2342879",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342879"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11187"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-11187",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11187"
},
{
"category": "external",
"summary": "https://kb.isc.org/docs/cve-2024-11187",
"url": "https://kb.isc.org/docs/cve-2024-11187"
}
],
"release_date": "2025-01-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-10T23:41:31+00:00",
"details": "For Red Hat OpenShift AI 2.18.0 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:2588"
},
{
"category": "workaround",
"details": "Users can set the option `minimal-responses yes;`in the configuration file located at `/etc/named.conf`to mitigate this vulnerability.",
"product_ids": [
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_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 AI 2.18:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "bind: bind9: Many records in the additional section cause CPU exhaustion"
},
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and 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 control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"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 AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-10T23:41:31+00:00",
"details": "For Red Hat OpenShift AI 2.18.0 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:2588"
},
{
"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 AI 2.18:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-10T23:41:31+00:00",
"details": "For Red Hat OpenShift AI 2.18.0 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:2588"
}
],
"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 AI 2.18:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
},
{
"cve": "CVE-2025-22150",
"cwe": {
"id": "CWE-330",
"name": "Use of Insufficiently Random Values"
},
"discovery_date": "2025-01-21T18:01:24.182126+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2339176"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the undici package for Node.js. Undici uses `Math.random()` to choose the boundary for a multipart/form-data request. It is known that the output of `Math.random()` can be predicted if several of its generated values are known. If an app has a mechanism that sends multipart requests to an attacker-controlled website, it can leak the necessary values. Therefore, an attacker can tamper with the requests going to the backend APIs if certain conditions are met.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undici: Undici Uses Insufficiently Random Values",
"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 AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22150"
},
{
"category": "external",
"summary": "RHBZ#2339176",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2339176"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22150"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22150",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22150"
},
{
"category": "external",
"summary": "https://blog.securityevaluators.com/hacking-the-javascript-lottery-80cc437e3b7f",
"url": "https://blog.securityevaluators.com/hacking-the-javascript-lottery-80cc437e3b7f"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/blob/8b06b8250907d92fead664b3368f1d2aa27c1f35/lib/web/fetch/body.js#L113",
"url": "https://github.com/nodejs/undici/blob/8b06b8250907d92fead664b3368f1d2aa27c1f35/lib/web/fetch/body.js#L113"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/commit/711e20772764c29f6622ddc937c63b6eefdf07d0",
"url": "https://github.com/nodejs/undici/commit/711e20772764c29f6622ddc937c63b6eefdf07d0"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/commit/c2d78cd19fe4f4c621424491e26ce299e65e934a",
"url": "https://github.com/nodejs/undici/commit/c2d78cd19fe4f4c621424491e26ce299e65e934a"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/commit/c3acc6050b781b827d80c86cbbab34f14458d385",
"url": "https://github.com/nodejs/undici/commit/c3acc6050b781b827d80c86cbbab34f14458d385"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/2913312",
"url": "https://hackerone.com/reports/2913312"
}
],
"release_date": "2025-01-21T17:46:58.872000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-10T23:41:31+00:00",
"details": "For Red Hat OpenShift AI 2.18.0 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:2588"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "undici: Undici Uses Insufficiently Random Values"
},
{
"cve": "CVE-2025-24970",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-02-10T23:00:52.785132+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2344787"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty\u0027s SslHandler. This vulnerability allows a native crash via a specially crafted packet that bypasses proper validation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.netty:netty-handler: SslHandler doesn\u0027t correctly validate packets which can lead to native crash when using native SSLEngine",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in Netty\u0027s SslHandler is of important severity rather than moderate because it directly impacts the stability and reliability of applications using native SSLEngine. By sending a specially crafted packet, an attacker can trigger a native crash, leading to a complete process termination. Unlike typical moderate vulnerabilities that might cause limited disruptions or require specific conditions, this flaw can be exploited remotely to induce a Denial of Service (DoS), affecting high-availability systems and mission-critical 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 AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-24970"
},
{
"category": "external",
"summary": "RHBZ#2344787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344787"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-24970",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24970"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/87f40725155b2f89adfde68c7732f97c153676c4",
"url": "https://github.com/netty/netty/commit/87f40725155b2f89adfde68c7732f97c153676c4"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-4g8c-wm8x-jfhw",
"url": "https://github.com/netty/netty/security/advisories/GHSA-4g8c-wm8x-jfhw"
}
],
"release_date": "2025-02-10T21:57:28.730000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-10T23:41:31+00:00",
"details": "For Red Hat OpenShift AI 2.18.0 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:2588"
},
{
"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 AI 2.18:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_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 AI 2.18:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:4ddd68b7833330823dff7bdd37dae624ef48c68b1f9b35b69af7f39689ceedd6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:31339f9880eb772739b95373c38b3fd556d7c0979b6e794210eee42bbb15759a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:42526b0ea74edbc1cd68f5653079508ff70a77b4281d179af49912a55d226a5c_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:ef8fd37f0423adfec391e110feffb0e615e8296c3d16af987adb04de9b8a0ac4_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:b1c71db1615b364eedc4166dc3fe8138f935983870c2b840bba7521fdd9b745e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:67de22353f12e748992dc4b762eb3818e63c55fc414537b2acdc9a536f9ad308_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:eaf44292b49dd52e42f10648be2b998b497183ba1cfa8dfbdde8d2b9392ad065_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:5651949ff49477283133761f3b2c8007c1ecdef89d54514e136930d7904d38ec_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:64f3e5ed9b8cb87a2d6ceb3be86b3b0cf1289ccd4e709f87949c9ee620184709_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:2672bd37627f53a8f28a6cfd9ce42db7a25502ca455813cfa7b2c5c92401f0b3_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:287704b24ff3d632aa8cbee0ceee0ba243f2cc09362ed70edcf572b57789e456_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:95f4ad494fb1aba684d2da895a39e22218b5f5783e4733f8a415a0d8742beff6_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:f28aba8fda7e02baa7030cfd88ac9d29eeef587c16debc312b0bc2e0ad2960c2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:0e53cf167b70c6e284a74a85e6b709d9195fb9ba1209ac9d5755dc67cf85dd1b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel8@sha256:760de4b090ac300c5c274393eac2dc844b06c188bb0021d28e0a2804898c86a0_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:dcc7e9a622bb840324d6e908d57280980d4b5809230100643df599130448d82a_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:4a1c59d444c310b2228a402e1d87db1bc0183b814da39fa3bc815a35225ccaa2_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ed9f12ed2e4396a6ef767407fc64a1bc628e2982c49129a696469dfd2394bf0d_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:100b591b606ac1a0f2ff57fec52d39b82e77e14c2deca8c7bb39f20ec4447efa_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:65f0e92df67c6e2d90e4d9daf16e559e643a67526ac3176af23a2c8a24f6437b_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:9e2fe03b12ca8b1022e0b1fc94153450865a5d1ecaa603442bb81a3e5ef66c93_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:25ad0bbadc6eef1ac13171ec7ef359d661953d91afb65218941dee922fb8c129_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:710c5ded6499b064418f430d2b021b9beb8e18bef9e82c5b510a8d7697d8ac15_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:04d62024187975226ca859477d3d14c06a82aa94d6859440e1eeea8b7105b4e5_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:2d4636ad760ea3a2ef2e85af2b4f2095d61c56c3fd367503bd9fadda74835e7e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:eb6684bcaa91f9c7563722cdf6267f17f8c9eceaeef8ee700bb5e7c9ae003a21_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:983a366325b87f642a0c4e4d3f6939f6ac615d6f26787fca10cb088302d3f60b_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-operator-bundle@sha256:36cb2436f653ee229bfde6f198c2efc433497b93f4a5dca91f306bb3b7ab3e11_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:4117d1b964cf7a90addb2b736a2008033ca375aea749621caa770518b5f3f9c1_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:71d7a8c4177f36474b6cb51c9b9c0fc4d001aea087aa73d29ca4d4cac9a1c24f_ppc64le",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:d0129f3de2e90ebfd70afd23183c0d2c57a903d332ea0eb185e06458cb517618_s390x",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:0a75ac726d1a35690d4f1dddc06a1473ebd563a032c8d08afbfa4d05aa5cc26e_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:81e6e6a9b88829a6c297238b031272b22d7c7b7c63b97556311f123f59d1ac00_amd64",
"Red Hat OpenShift AI 2.18:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:0820738e7b33b1dc25a9589b7cf0f9cb37e1c7d2a9fa51544ae56783a161b822_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.netty:netty-handler: SslHandler doesn\u0027t correctly validate packets which can lead to native crash when using native SSLEngine"
}
]
}
RHSA-2025:2652
Vulnerability from csaf_redhat - Published: 2025-03-11 09:16 - Updated: 2026-06-16 16:36There's a flaw in the PostCSS package where it fails to properly validate the input CSS, causing commented lines to be interpreted as code. An attacker may leverage that by crafting a CSS file with comments containing CSS code in order to force PostCSS to include the malicious CSS elements in its output. An successful attack may lead to integrity impact as it may inject elements in a web page when parsing untrusted CSS input.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x | — |
Workaround
|
A flaw was found in node-gettext. All versions of the package node-gettext are vulnerable to Prototype Pollution via the addTranslations() function in gettext.js due to improper user input sanitization.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x | — |
Workaround
|
A Regular Expression Denial of Service (ReDoS) vulnerability was found in the cross-spawn package for Node.js. Due to improper input sanitization, an attacker can increase CPU usage and crash the program with a large, specially crafted string.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x | — |
A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and 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 control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x | — |
Workaround
|
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x | — |
A flaw was found in nanoid. Affected versions of nanoid mishandles non-integer values. When nanoid is called with a fractional value, there were a number of undesirable effects: - In browser and non-secure, the code infinite loops on while (size--) - In node, the value of poolOffset becomes fractional, causing calls to nanoid to return zeroes until the pool is next filled: when i is initialized to poolOffset, pool[i] & 63 -> undefined & 63 -> 0 - If the first call in node is a fractional argument, the initial buffer allocation fails with an error The highest impact of this issue system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x | — |
A flaw was found in Kubernetes. A large number of container checkpoint requests made to the unauthenticated kubelet read-only HTTP endpoint may fill the Node's disk, potentially leading to a Node denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated images that include numerous enhancements, security, and bug fixes are now available for Red Hat OpenShift Data Foundation 4.18.0 on Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenShift Data Foundation is software-defined storage integrated with and optimized for the Red Hat OpenShift Data Foundation. Red Hat OpenShift DataFoundation is a highly scalable, production-grade persistent storage for stateful applications running in the Red Hat OpenShift Container Platform. In addition to persistent storage, Red Hat OpenShift Data Foundation provisions a multi-cloud data management service with an S3 compatible API.\n\nSecurity Fix(es):\n\n* node-gettext: Prototype Pollution (CVE-2024-21528)\n\n* cross-spawn: regular expression denial of service (CVE-2024-21538)\n\n* PostCSS: Improper input validation in PostCSS (CVE-2023-44270)\n\n* nanoid: nanoid mishandles non-integer values (CVE-2024-55565)\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html (CVE-2024-45338)\n\n* k8s.io/kubernetes: kubelet: node denial of service via kubelet checkpoint API (CVE-2025-0426)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the RHODF-4.18-RHEL-9 Release Notes linked from the References section.",
"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-2025:2652",
"url": "https://access.redhat.com/errata/RHSA-2025:2652"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.18/html/4.18_release_notes/index",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.18/html/4.18_release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2311014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311014"
},
{
"category": "external",
"summary": "2324550",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2324550"
},
{
"category": "external",
"summary": "2326998",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326998"
},
{
"category": "external",
"summary": "2331063",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331063"
},
{
"category": "external",
"summary": "2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "2345617",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2345617"
},
{
"category": "external",
"summary": "DFBUGS-1261",
"url": "https://issues.redhat.com/browse/DFBUGS-1261"
},
{
"category": "external",
"summary": "DFBUGS-1285",
"url": "https://issues.redhat.com/browse/DFBUGS-1285"
},
{
"category": "external",
"summary": "DFBUGS-137",
"url": "https://issues.redhat.com/browse/DFBUGS-137"
},
{
"category": "external",
"summary": "DFBUGS-156",
"url": "https://issues.redhat.com/browse/DFBUGS-156"
},
{
"category": "external",
"summary": "DFBUGS-160",
"url": "https://issues.redhat.com/browse/DFBUGS-160"
},
{
"category": "external",
"summary": "DFBUGS-1662",
"url": "https://issues.redhat.com/browse/DFBUGS-1662"
},
{
"category": "external",
"summary": "DFBUGS-182",
"url": "https://issues.redhat.com/browse/DFBUGS-182"
},
{
"category": "external",
"summary": "DFBUGS-198",
"url": "https://issues.redhat.com/browse/DFBUGS-198"
},
{
"category": "external",
"summary": "DFBUGS-201",
"url": "https://issues.redhat.com/browse/DFBUGS-201"
},
{
"category": "external",
"summary": "DFBUGS-258",
"url": "https://issues.redhat.com/browse/DFBUGS-258"
},
{
"category": "external",
"summary": "DFBUGS-276",
"url": "https://issues.redhat.com/browse/DFBUGS-276"
},
{
"category": "external",
"summary": "DFBUGS-309",
"url": "https://issues.redhat.com/browse/DFBUGS-309"
},
{
"category": "external",
"summary": "DFBUGS-313",
"url": "https://issues.redhat.com/browse/DFBUGS-313"
},
{
"category": "external",
"summary": "DFBUGS-351",
"url": "https://issues.redhat.com/browse/DFBUGS-351"
},
{
"category": "external",
"summary": "DFBUGS-353",
"url": "https://issues.redhat.com/browse/DFBUGS-353"
},
{
"category": "external",
"summary": "DFBUGS-365",
"url": "https://issues.redhat.com/browse/DFBUGS-365"
},
{
"category": "external",
"summary": "DFBUGS-368",
"url": "https://issues.redhat.com/browse/DFBUGS-368"
},
{
"category": "external",
"summary": "DFBUGS-387",
"url": "https://issues.redhat.com/browse/DFBUGS-387"
},
{
"category": "external",
"summary": "DFBUGS-389",
"url": "https://issues.redhat.com/browse/DFBUGS-389"
},
{
"category": "external",
"summary": "DFBUGS-410",
"url": "https://issues.redhat.com/browse/DFBUGS-410"
},
{
"category": "external",
"summary": "DFBUGS-463",
"url": "https://issues.redhat.com/browse/DFBUGS-463"
},
{
"category": "external",
"summary": "DFBUGS-489",
"url": "https://issues.redhat.com/browse/DFBUGS-489"
},
{
"category": "external",
"summary": "DFBUGS-495",
"url": "https://issues.redhat.com/browse/DFBUGS-495"
},
{
"category": "external",
"summary": "DFBUGS-499",
"url": "https://issues.redhat.com/browse/DFBUGS-499"
},
{
"category": "external",
"summary": "DFBUGS-580",
"url": "https://issues.redhat.com/browse/DFBUGS-580"
},
{
"category": "external",
"summary": "DFBUGS-602",
"url": "https://issues.redhat.com/browse/DFBUGS-602"
},
{
"category": "external",
"summary": "DFBUGS-637",
"url": "https://issues.redhat.com/browse/DFBUGS-637"
},
{
"category": "external",
"summary": "DFBUGS-663",
"url": "https://issues.redhat.com/browse/DFBUGS-663"
},
{
"category": "external",
"summary": "DFBUGS-67",
"url": "https://issues.redhat.com/browse/DFBUGS-67"
},
{
"category": "external",
"summary": "DFBUGS-682",
"url": "https://issues.redhat.com/browse/DFBUGS-682"
},
{
"category": "external",
"summary": "DFBUGS-700",
"url": "https://issues.redhat.com/browse/DFBUGS-700"
},
{
"category": "external",
"summary": "DFBUGS-726",
"url": "https://issues.redhat.com/browse/DFBUGS-726"
},
{
"category": "external",
"summary": "DFBUGS-727",
"url": "https://issues.redhat.com/browse/DFBUGS-727"
},
{
"category": "external",
"summary": "DFBUGS-730",
"url": "https://issues.redhat.com/browse/DFBUGS-730"
},
{
"category": "external",
"summary": "DFBUGS-731",
"url": "https://issues.redhat.com/browse/DFBUGS-731"
},
{
"category": "external",
"summary": "DFBUGS-778",
"url": "https://issues.redhat.com/browse/DFBUGS-778"
},
{
"category": "external",
"summary": "DFBUGS-822",
"url": "https://issues.redhat.com/browse/DFBUGS-822"
},
{
"category": "external",
"summary": "DFBUGS-839",
"url": "https://issues.redhat.com/browse/DFBUGS-839"
},
{
"category": "external",
"summary": "DFBUGS-845",
"url": "https://issues.redhat.com/browse/DFBUGS-845"
},
{
"category": "external",
"summary": "DFBUGS-851",
"url": "https://issues.redhat.com/browse/DFBUGS-851"
},
{
"category": "external",
"summary": "DFBUGS-865",
"url": "https://issues.redhat.com/browse/DFBUGS-865"
},
{
"category": "external",
"summary": "DFBUGS-866",
"url": "https://issues.redhat.com/browse/DFBUGS-866"
},
{
"category": "external",
"summary": "DFBUGS-867",
"url": "https://issues.redhat.com/browse/DFBUGS-867"
},
{
"category": "external",
"summary": "DFBUGS-871",
"url": "https://issues.redhat.com/browse/DFBUGS-871"
},
{
"category": "external",
"summary": "DFBUGS-90",
"url": "https://issues.redhat.com/browse/DFBUGS-90"
},
{
"category": "external",
"summary": "DFBUGS-902",
"url": "https://issues.redhat.com/browse/DFBUGS-902"
},
{
"category": "external",
"summary": "DFBUGS-906",
"url": "https://issues.redhat.com/browse/DFBUGS-906"
},
{
"category": "external",
"summary": "DFBUGS-908",
"url": "https://issues.redhat.com/browse/DFBUGS-908"
},
{
"category": "external",
"summary": "DFBUGS-911",
"url": "https://issues.redhat.com/browse/DFBUGS-911"
},
{
"category": "external",
"summary": "DFBUGS-916",
"url": "https://issues.redhat.com/browse/DFBUGS-916"
},
{
"category": "external",
"summary": "DFBUGS-925",
"url": "https://issues.redhat.com/browse/DFBUGS-925"
},
{
"category": "external",
"summary": "DFBUGS-938",
"url": "https://issues.redhat.com/browse/DFBUGS-938"
},
{
"category": "external",
"summary": "DFBUGS-940",
"url": "https://issues.redhat.com/browse/DFBUGS-940"
},
{
"category": "external",
"summary": "DFBUGS-941",
"url": "https://issues.redhat.com/browse/DFBUGS-941"
},
{
"category": "external",
"summary": "DFBUGS-942",
"url": "https://issues.redhat.com/browse/DFBUGS-942"
},
{
"category": "external",
"summary": "DFBUGS-943",
"url": "https://issues.redhat.com/browse/DFBUGS-943"
},
{
"category": "external",
"summary": "DFBUGS-963",
"url": "https://issues.redhat.com/browse/DFBUGS-963"
},
{
"category": "external",
"summary": "DFBUGS-976",
"url": "https://issues.redhat.com/browse/DFBUGS-976"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_2652.json"
}
],
"title": "Red Hat Security Advisory: RHODF-4.18-RHEL-9 enhancement, bug fix and security update",
"tracking": {
"current_release_date": "2026-06-16T16:36:28+00:00",
"generator": {
"date": "2026-06-16T16:36:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:2652",
"initial_release_date": "2025-03-11T09:16:21+00:00",
"revision_history": [
{
"date": "2025-03-11T09:16:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-11T09:16:21+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-16T16:36:28+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHODF 4.18 for RHEL 9",
"product": {
"name": "RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.18::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"product_id": "odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.18.0-54"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"product": {
"name": "odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"product_id": "odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"product": {
"name": "odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"product_id": "odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=v4.18.0-25"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"product_id": "odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.18.0-80"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"product_id": "odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"product_id": "odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.18.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"product_id": "odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.18.0-65"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"product_id": "odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.18.0-44"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.18.0-84"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"product_id": "odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"product_id": "odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.18.0-85"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"product_id": "odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.18.0-40"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"product": {
"name": "odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"product_id": "odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.18.0-65"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.18.0-9"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.18.0-37"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.18.0-37"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"product": {
"name": "odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"product_id": "odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-dependencies-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.18.0-64"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.18.0-27"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"product_id": "odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.18.0-23"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"product": {
"name": "odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"product_id": "odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"product_id": "odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.18.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"product": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"product_id": "odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"product_id": "odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"product_id": "odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.18.0-47"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"product": {
"name": "odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"product_id": "odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"product": {
"name": "odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"product_id": "odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.18.0-52"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"product_id": "odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.18.0-54"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"product": {
"name": "odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"product_id": "odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"product": {
"name": "odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"product_id": "odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=v4.18.0-25"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"product_id": "odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.18.0-80"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"product_id": "odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"product_id": "odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.18.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"product_id": "odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.18.0-65"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"product_id": "odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.18.0-44"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.18.0-84"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"product_id": "odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"product_id": "odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.18.0-85"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"product_id": "odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.18.0-40"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"product": {
"name": "odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"product_id": "odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.18.0-65"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.18.0-9"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.18.0-37"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.18.0-37"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"product": {
"name": "odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"product_id": "odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-dependencies-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.18.0-64"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.18.0-27"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.18.0-23"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"product": {
"name": "odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"product_id": "odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"product_id": "odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.18.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"product": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"product_id": "odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"product_id": "odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"product_id": "odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.18.0-47"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"product": {
"name": "odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"product_id": "odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"product": {
"name": "odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"product_id": "odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.18.0-52"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"product_id": "odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.18.0-54"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"product": {
"name": "odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"product_id": "odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"product": {
"name": "odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"product_id": "odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=v4.18.0-25"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"product_id": "odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.18.0-80"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"product_id": "odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"product_id": "odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.18.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"product_id": "odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.18.0-65"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"product_id": "odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.18.0-44"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.18.0-84"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"product_id": "odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"product_id": "odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.18.0-85"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"product_id": "odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.18.0-40"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"product": {
"name": "odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"product_id": "odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.18.0-65"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.18.0-9"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.18.0-37"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.18.0-37"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"product": {
"name": "odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"product_id": "odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-dependencies-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.18.0-64"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.18.0-27"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"product_id": "odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.18.0-23"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"product": {
"name": "odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"product_id": "odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"product_id": "odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.18.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"product": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"product_id": "odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"product_id": "odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"product_id": "odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.18.0-47"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"product": {
"name": "odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"product_id": "odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"product": {
"name": "odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"product_id": "odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=v4.18.0-135"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.18.0-52"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"product": {
"name": "odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"product_id": "odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5?arch=arm64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=v4.18.0-25"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"product_id": "odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.18.0-80"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"product_id": "odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.18.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.18.0-44"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"product_id": "odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.18.0-85"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"product_id": "odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.18.0-40"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.18.0-37"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.18.0-37"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.18.0-27"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.18.0-23"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"product_id": "odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.18.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"product_id": "odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.18.0-47"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x"
},
"product_reference": "odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64"
},
"product_reference": "odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le"
},
"product_reference": "odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le"
},
"product_reference": "odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64"
},
"product_reference": "odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64"
},
"product_reference": "odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x"
},
"product_reference": "odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64"
},
"product_reference": "odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x"
},
"product_reference": "odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le"
},
"product_reference": "odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x"
},
"product_reference": "odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64"
},
"product_reference": "odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le"
},
"product_reference": "odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64"
},
"product_reference": "odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x"
},
"product_reference": "odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le"
},
"product_reference": "odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x"
},
"product_reference": "odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le"
},
"product_reference": "odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64"
},
"product_reference": "odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le"
},
"product_reference": "odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64"
},
"product_reference": "odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x"
},
"product_reference": "odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le"
},
"product_reference": "odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64"
},
"product_reference": "odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x"
},
"product_reference": "odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-44270",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2024-11-18T14:11:50.400987+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2326998"
}
],
"notes": [
{
"category": "description",
"text": "There\u0027s a flaw in the PostCSS package where it fails to properly validate the input CSS, causing commented lines to be interpreted as code. An attacker may leverage that by crafting a CSS file with comments containing CSS code in order to force PostCSS to include the malicious CSS elements in its output. An successful attack may lead to integrity impact as it may inject elements in a web page when parsing untrusted CSS input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "PostCSS: Improper input validation in PostCSS",
"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": [
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-44270"
},
{
"category": "external",
"summary": "RHBZ#2326998",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326998"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-44270",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44270"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44270",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44270"
},
{
"category": "external",
"summary": "https://github.com/github/advisory-database/issues/2820",
"url": "https://github.com/github/advisory-database/issues/2820"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/blob/main/lib/tokenize.js#L25",
"url": "https://github.com/postcss/postcss/blob/main/lib/tokenize.js#L25"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/commit/58cc860b4c1707510c9cd1bc1fa30b423a9ad6c5",
"url": "https://github.com/postcss/postcss/commit/58cc860b4c1707510c9cd1bc1fa30b423a9ad6c5"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/releases/tag/8.4.31",
"url": "https://github.com/postcss/postcss/releases/tag/8.4.31"
}
],
"release_date": "2023-09-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-11T09:16:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:2652"
},
{
"category": "workaround",
"details": "There\u0027s no known mitigation for this issue. Red Hat recommends to not parse untrusted CSS input using PostCSS.",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "PostCSS: Improper input validation in PostCSS"
},
{
"cve": "CVE-2024-21528",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2024-09-10T05:20:39.533321+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2311014"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-gettext. All versions of the package node-gettext are vulnerable to Prototype Pollution via the addTranslations() function in gettext.js due to improper user input sanitization.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-gettext: Prototype Pollution",
"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": [
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-21528"
},
{
"category": "external",
"summary": "RHBZ#2311014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311014"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-21528",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21528"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21528",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21528"
},
{
"category": "external",
"summary": "https://github.com/alexanderwallin/node-gettext/blob/65d9670f691c2eeca40dce129c95bcf8b613d344/lib/gettext.js%23L113",
"url": "https://github.com/alexanderwallin/node-gettext/blob/65d9670f691c2eeca40dce129c95bcf8b613d344/lib/gettext.js%23L113"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-NODEGETTEXT-6100943",
"url": "https://security.snyk.io/vuln/SNYK-JS-NODEGETTEXT-6100943"
}
],
"release_date": "2024-09-10T05:15:10.700000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-11T09:16:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:2652"
},
{
"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": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
}
],
"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": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-gettext: Prototype Pollution"
},
{
"cve": "CVE-2024-21538",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2024-11-08T13:44:29.182678+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2324550"
}
],
"notes": [
{
"category": "description",
"text": "A Regular Expression Denial of Service (ReDoS) vulnerability was found in the cross-spawn package for Node.js. Due to improper input sanitization, an attacker can increase CPU usage and crash the program with a large, specially crafted string.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cross-spawn: regular expression 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": [
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-21538"
},
{
"category": "external",
"summary": "RHBZ#2324550",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2324550"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-21538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21538"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21538",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21538"
},
{
"category": "external",
"summary": "https://github.com/moxystudio/node-cross-spawn/commit/5ff3a07d9add449021d806e45c4168203aa833ff",
"url": "https://github.com/moxystudio/node-cross-spawn/commit/5ff3a07d9add449021d806e45c4168203aa833ff"
},
{
"category": "external",
"summary": "https://github.com/moxystudio/node-cross-spawn/commit/640d391fde65388548601d95abedccc12943374f",
"url": "https://github.com/moxystudio/node-cross-spawn/commit/640d391fde65388548601d95abedccc12943374f"
},
{
"category": "external",
"summary": "https://github.com/moxystudio/node-cross-spawn/pull/160",
"url": "https://github.com/moxystudio/node-cross-spawn/pull/160"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230",
"url": "https://security.snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230"
}
],
"release_date": "2024-11-08T05:00:04.695000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-11T09:16:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:2652"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "cross-spawn: regular expression denial of service"
},
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and 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 control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"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": [
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-11T09:16:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:2652"
},
{
"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": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-11T09:16:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:2652"
}
],
"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": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
},
{
"cve": "CVE-2024-55565",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-12-09T02:00:45.255738+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331063"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in nanoid. Affected versions of nanoid mishandles non-integer values. When nanoid is called with a fractional value, there were a number of undesirable effects:\n\n- In browser and non-secure, the code infinite loops on while (size--)\n- In node, the value of poolOffset becomes fractional, causing calls to nanoid to return zeroes until the pool is next filled: when i is initialized to poolOffset, pool[i] \u0026 63 -\u003e undefined \u0026 63 -\u003e 0\n- If the first call in node is a fractional argument, the initial buffer allocation fails with an error\n\nThe highest impact of this issue system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nanoid: nanoid mishandles non-integer values",
"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": [
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-55565"
},
{
"category": "external",
"summary": "RHBZ#2331063",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331063"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-55565",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55565"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-55565",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-55565"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/compare/3.3.7...3.3.8",
"url": "https://github.com/ai/nanoid/compare/3.3.7...3.3.8"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/pull/510",
"url": "https://github.com/ai/nanoid/pull/510"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/releases/tag/5.0.9",
"url": "https://github.com/ai/nanoid/releases/tag/5.0.9"
}
],
"release_date": "2024-12-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-11T09:16:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:2652"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nanoid: nanoid mishandles non-integer values"
},
{
"cve": "CVE-2025-0426",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-02-13T22:02:37.015248+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2345617"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Kubernetes. A large number of container checkpoint requests made to the unauthenticated kubelet read-only HTTP endpoint may fill the Node\u0027s disk, potentially leading to a Node denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "k8s.io/kubernetes: kubelet: node denial of service via kubelet checkpoint API",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift is not impacted by this vulnerability since the kubelet\u0027s unauthenticated read-only port is not enabled in that product.",
"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": [
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-0426"
},
{
"category": "external",
"summary": "RHBZ#2345617",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2345617"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-0426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0426"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-0426",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0426"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2025/02/13/1",
"url": "http://www.openwall.com/lists/oss-security/2025/02/13/1"
},
{
"category": "external",
"summary": "https://github.com/kubernetes/kubernetes/issues/130016",
"url": "https://github.com/kubernetes/kubernetes/issues/130016"
},
{
"category": "external",
"summary": "https://groups.google.com/g/kubernetes-security-announce/c/KiODfu8i6w8",
"url": "https://groups.google.com/g/kubernetes-security-announce/c/KiODfu8i6w8"
}
],
"release_date": "2025-02-13T15:16:13.703000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-11T09:16:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:2652"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, disable the kubelet read-only port by setting `readOnlyPort: 0` in `/var/lib/kubelet/config.yaml` and restarting kubelet. Additionally, disable container checkpointing by setting `ContainerCheckpoint: false` under featureGates. If using CRI-O, ensure `enable_criu_support=false` is configured in `/etc/crio/crio.conf`.",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:20632b5a8d188f70e98d941b26c4516c5343d74ed95953205bd03b8aa9129380_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:9a8c0f7dc8daf5e4e5c6d93ecfaeecbe683eba9c05a19a868571a92d7e177941_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b58347355ffd1509d9d3f59bed0189c23354a45ee4492a61705ecd0f35e84434_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:64696c9960feba9639d65c7fc9cfc7ce2bcbfe95ca4b3327ceeef631a3379c8f_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:bc2380e7693711ff2d4ddfbd37140df47c28c4fc418b7c0897879ee6cba82be5_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:d16d2c8cc06e3b6bc729e97e9161987f5be9859cb8eb3ba416019322d5c2acac_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:df9d5204cb6a4533283f777a96f6ff4f625f9b2edee6a9825ae0f552b30f4a7d_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:ea8ed6fe27c85de85849b0536b9d5028fa0eb6f33e733875ab23032d6f04c54c_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:f59a7faaa9cce68519a45bc5d18c8cda76f241eaac40b54cc290f8482ab8adc7_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:fddedfed484608871b8d3c7aa7e4695117b329a89a50c4192964b26ea10dc5e1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:748591086c667d2aba6df5e0adb6f171fbc607ea0ad671b6f25ebb4db1f435f1_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:7f69338b20bfa26b14e40658ca2c7f328111bafdd5ef5b3f6ef3e5c2f06e133f_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ae3e577fe2401b7295a325f5bbbdcab603f78358bc62c40babea6e10958f1a17_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:f740f0a4ca53b1dadb0ebd2c8ed0454d90b88bb1fe3645d15c7571b1f9c2cb82_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:1ad66b6ea94819bdb2c6a42187a96bec229219f49036409808200dfee0628901_amd64",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:b9f3d9da734b4229620a7f832be59a5a1b30295a4e7859954dfa9f11184237f8_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:bf0b8d5eb37cf3d789f718a9b891bad603a6c308683e7ff38e19b9b75c90c66b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:48622adeaa18d610a38380754893d8d96781264b394e6e3430c676668c9b29dd_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:78f7807b2b7a0f95f0ef363bcf8fa48ca634e46b2362add3d364fef9e011e0bc_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:d37d8e6de35d5814b45bf62e7e0db6606687bfd37baf6d4b5db24123f623511f_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:df85029012b7197ebb629d6d55e7ba3827bdab44a23d9be997beb0bf1a4b15a4_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:3f5b58e2dd2de9a44b3193498c234cbbf9947e1ee516fc9aac578b743c94df94_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:5a9557b01b8dda05eafb3fa41090c276ff436f2978eb2693ddefae8a943e24d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:72263fcc840fcd80c4c35a6b98677259e85bc4846dab5d3615183cf44eade93e_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:0881ff8185af7a3ea30217d33e227975dbf055fa4e3adb63c277286df491ef33_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:5f77747b26ed176a08d4326f066487d6d02fbca3bf66b273d4dc561863155a59_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:abd47397225dcd009e53495f11324aafe39eb25fce6f847c5484be79d1d09155_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:3df4d486dddb95e7ddd851145edae137a261b655fa70314529e58ac26f8d7925_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:801e827f37fc56a8cb75d3d84bc816ffd833efd9a24e459ef9d0e3ef0ad8e905_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:bcf0f45f6285a5043a71e8aef7a102ea988579bcd12bc2c4d16cca8201b32fa4_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:f0394b777dd1eebcb2306fdb711a7707b073872b4a04fe332aa1dbf58dbb0005_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:1311706eb5b1b4a5d72fd6402a226fbefc69218e81d15dca876e0b6b0aa166d6_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:182a4f4e2ac488d815193beecd468fdaed5afeb5e77b0568eb66b570255c8880_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4ac2a8bbd2eae6b8ffff1a820a7d2a5c6629d9a9ae7529b6b6597ba33c94e2b4_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:2218b43da001b2262c5864d2ec47ced1b4bda9c3e245c4d0623e27e6e124e32d_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:868d7e3a51a8056c4dac86e22d107b92f2fd4af08f4331ec0bcdf115344d74cd_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b0b4e4df83f7c1d6dee5f052bfa97a4ca4e2d3f2e997dceb53ab04d0981385d9_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:044cf179c118b7cb87969bd348d8c2bf400fcc43cd0437b4b7d42c19f46eb2e7_arm64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:2975bb5bd80978f53a47ca60efa19b7e3de54432bfed0ac24a1550d4c73034ca_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:7ec9e0cc25b06e1765dc6bbb18d62f405d157266e63ec7af9bb5b37c1de64288_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:cf3cd53ac0b2855dfe76c8a0c7c71bb90274235fb6990f2b60c1300eca89793b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a05104ee6a890c53f24ffc31e0769c944bc0b8190c538b5c98a4aed7896d47ee_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a0b6d176624531fbe9143322104a612696e6049c5d7bb49514d0c4e70dc010b0_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:a519e3217126691111c6636c0fd0c3f8851b11a3d1e872812501870bad6a4caa_amd64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:dde4a1175eb838feff92c64b7111407a0c2d8e8a562b90ed40a70ece60633b3a_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:5d49e0d5ee4e337c5c8a3629b7abf4e8a651e71cea0f78f94990ce29cfa8d740_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:bc5f5262bd20d3614081ca2640fb8f5447a9ed224d4fd50678e753c15e4b7637_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:d67447e0c48212f5d873a9ef1c3ad6617adedda70db6e9aa62cc17ad6e51e96f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:44ed13730e949e8a3904d65bffbb3155fc36e8a3b91225e6f9954c37e1b4ad0f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7fce453c8294d2c89470279932bdebf8ae916ece9c145560be32a09133ad14ae_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9cd59c65a88511030f080421764977a2aace23af96693c9d13e5f74879702a6a_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:45f64fc7c3159989174163e93f536a614705b919b26b32ee5c035f819b9744d5_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:7c83d541908a14b8e5d735275014b10f82755d2aed31c6549db63ce2a9a2a393_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:ba2092c513e96d57b308287cac9867611319e8b53dc65114e42ad3c6fe6cbfa4_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:30aa15fac6a7a5febff3af9607336d4647feea01a9cd1cb7349ff9e024bdc448_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:32337f7f98cb77f7ef791828a75245fa5e5c3511e6dcf313aecb6f6f0491fc39_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:3cc1f01ed6d0ef5351da5b63d04fe21a291e789501903a85a193d258f14bb640_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:951a17ffd52fb97e0f273168aa89aa2607d2c6748074aa30f9a7ccc4600272c6_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:5bdf1faa53df848e4c156a169aff035e3a049d1233dca8ea98df065a705ea9d6_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:6077a2cc70a98f6c73d9aad3a4fec61f147df8d363aadb690fba0c2aa0bb306b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:8901400069992d63579f291c00998822b08cd8f638468fe5a5ebc8bb392a82c4_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:adb4d231cc3f02b3c1ea9738611954de7187ba6f6fca9f42cc63967ece4e70c3_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:0497d41ead86e00af1b65812ce6c3a0bf08e057886d66def4df0d17388ec1081_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:1c9db735ced8cc8093550c7cce03d029278f7e567aa7aa1661a04ba59315b7c0_amd64",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:a59bf0b8ae7602025947c4ca7331b8540d56060d345ea37731b19a9b6123186c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:3dad2970fd07d1ad7cb41e3ef70d3a250927d1c6c7e415348da5593a4e55ba18_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:68bce83c18887eaa1e52ae5d4462fdb7e5104c2a74332d70e8c39bda2ebbe05b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:976f5da16e2b9656161b449ecad7c984f01995ddbeeb4655d2d567ce77ff9a71_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:1575e70c0dacb65b36cfa95c6413194f0ae3dc7195f7a4c523d61b7f7fcb10ec_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:7707583f02fb5583a758582068a3997e2748d5f95756e3594ae9e01eae9bc17d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:b8fb427db606e34ca646d2ca998a531797f745f250a0a000a342eafd520a2535_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:3f9d24b0483f9e80880d350d39de46276c6ac75f46ee93867437dd900af0c0ec_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:49de311a7c1d644143b699bca13cb45a83f1b45ab364c44347e352590a711147_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:b673514174783cdde1a39cdc86ae7355a47d8afd931df7249688a58d86b43d38_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:f6553f6e70c9c060ad8b3aaa21c150561c941482bd396bc3e0056c7c3bb0dac0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:2399294c3e1717181c73bc97e446f1f515bfa5eefc87c251611fd9b81f3b604f_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:5801fb8012991f3dcdb7367e6b427d9a0488fe9754d71f47aab748a9c72df8a0_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:83ca04cf62679521f4b2e7bd4dd124cd69f25f5c63bfa09bf05d8a0df8f35a07_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:ec50f52ebe473833165a36fbcda0557f04b366ebd666834bbda6949b74052741_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:14a9809e9b5a19488e7fca2266728bc45cef0c7a74a1aa891e1c7279ec466155_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:4e248bf81ddabd729f4de0f4ca03b8b6066e7a81347330f065963671c26ec595_s390x",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:7df8fcb5b9f9eb919e85099ecd679888f610a423392b1d76989708e2de165522_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:1c13d95d3ab0a8708570b9de490fa5ca78cc9f1e18c5b9e49af39c1cdf052677_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ec657bd92d44c410c5b4cd718d9dab3f185b17f8f63ee41f4692806c0e7e362d_ppc64le",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ecd7dbc78945e9942aeb0b3d9563f45c88bdd9cd909e72d33bcea37ddc9b2bb9_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:12d545027789613999522e2175075c3ec73478c7c5794bc674ebafa05c6e3df9_arm64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36bc8d2404823ef6c2e690f774b1f02571579e79b85ca8a47c392f6c71e274c7_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:36e54c3a860b699ffa54cdcf883c1d5e2b1d59159be5277b2589f8cfcdcbad7e_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:80cd2a860744d7d58db606eeeac52387d35b762df75553d462bba756921fba7d_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:2d859d90142501a07e0aad20d7b197fde50472528b578c2402e2112aaa8c0f67_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:58db8d15692716f63dc942568d5f9458580871752243ba5fcfe5822d9ff33fae_ppc64le",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:6bed771a7e617bc394646801971104619bb012f7b5c643f5a52d78c05fa1acf5_s390x",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:580af204bb58de3b0577653a3d3edca48da7bfcba31575adec7124b493f353d3_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:9dbe6403c1fc88d4cbd37113957928a1940dfef66aaa07751b2e954db1b6c48a_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:f57919d9496ce459607cbe5bb66b8dafecda94640e673806b6e08d4b88596d1e_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:652eb82fd10463b10991f413f7c3445d589c03addc78201ab4b6ea4375dd5ddb_ppc64le",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:8e15bbda3d2d5c59eb4b054a6abc5709ac6f20e8474746f7caa59a6a1b0d131d_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:e8d1f12ed3538c0b44acfd5137a8a80ee2d9b95c67099e7697343b19eea3e35a_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2cdfedf109b669bc025a11322c70a5a425e30f019c8b88399bd9cf078d1c7913_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:81010148bfbb2794c478037474863c2a1221dee89d137e37735c0259715a6b6c_arm64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:e68d343907dc65f3c0cc58e4fc02430104b797548e1e6c7e60ac8ea31eb5b5b9_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:f3fcdd12985bf8316152d9e1c49b64600542f0dfc72fbbfe604242dfeee6fbe0_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:0d668922e3aad9d5a175c86fe0f7864847ab65cacb3cc730c7427acc834011c3_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:3f91258fe121015838c84d8df773106b7ca25315a4b054b27dcd22157979e76e_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:d52d18bbef9dc47d336aa441d5a4e4ebc1ca11b8701435ac4bb813b31839b243_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:099f9adcef67cf5abfbe77e056830eb59e2eec2f2c04f7089692309a19e0d19b_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:4ea7bd191822d6dea93a16e703cddaebab194d54d8d88e7afbd82419c0547a3c_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:dafa1228ffc607e97f9f2dd2b295919e370ec2f22446cf3fdc3c07c4c216a480_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "k8s.io/kubernetes: kubelet: node denial of service via kubelet checkpoint API"
}
]
}
RHSA-2025:2903
Vulnerability from csaf_redhat - Published: 2025-03-17 09:37 - Updated: 2026-06-16 10:14A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and 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 control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:7ed05b8f3817d96dc942af19f85ba1b1efdb1f1ff1145356a5287d85a0ecce20_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:919ef15e4ad9e152a5856153ef3e8059a78dfc59551ef841dc6e33aa31abd65f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:a4bdd6a7c3c3bac78a94ac75fb61b0cfc3b674c53163fe606143bfbaf726dd8f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:d31567dafef0040f10b871eae9f6d4dde5b2c7672d11c6607c93ab81bee4c754_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:7ed05b8f3817d96dc942af19f85ba1b1efdb1f1ff1145356a5287d85a0ecce20_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:919ef15e4ad9e152a5856153ef3e8059a78dfc59551ef841dc6e33aa31abd65f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:a4bdd6a7c3c3bac78a94ac75fb61b0cfc3b674c53163fe606143bfbaf726dd8f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:d31567dafef0040f10b871eae9f6d4dde5b2c7672d11c6607c93ab81bee4c754_s390x | — |
Vendor Fix
fix
|
{
"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.18.0 GA release of Red Hat OpenShift Pipelines Operator.. For more details see [product documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines).",
"title": "Topic"
},
{
"category": "general",
"text": "The 1.18.0 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-2025:2903",
"url": "https://access.redhat.com/errata/RHSA-2025:2903"
},
{
"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": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45338",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification",
"url": "https://access.redhat.com/security/updates/classification"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_2903.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Pipelines Release 1.18.0",
"tracking": {
"current_release_date": "2026-06-16T10:14:16+00:00",
"generator": {
"date": "2026-06-16T10:14:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:2903",
"initial_release_date": "2025-03-17T09:37:38+00:00",
"revision_history": [
{
"date": "2025-03-17T09:37:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-25T20:51:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-16T10:14:16+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.18.0",
"product": {
"name": "Red Hat OpenShift Pipelines 1.18.0",
"product_id": "Red Hat OpenShift Pipelines 1.18.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_pipelines:1.18::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Pipelines"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:919ef15e4ad9e152a5856153ef3e8059a78dfc59551ef841dc6e33aa31abd65f_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:919ef15e4ad9e152a5856153ef3e8059a78dfc59551ef841dc6e33aa31abd65f_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:919ef15e4ad9e152a5856153ef3e8059a78dfc59551ef841dc6e33aa31abd65f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel9@sha256%3A919ef15e4ad9e152a5856153ef3e8059a78dfc59551ef841dc6e33aa31abd65f?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1.18.0-1742200871"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:7ed05b8f3817d96dc942af19f85ba1b1efdb1f1ff1145356a5287d85a0ecce20_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:7ed05b8f3817d96dc942af19f85ba1b1efdb1f1ff1145356a5287d85a0ecce20_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:7ed05b8f3817d96dc942af19f85ba1b1efdb1f1ff1145356a5287d85a0ecce20_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel9@sha256%3A7ed05b8f3817d96dc942af19f85ba1b1efdb1f1ff1145356a5287d85a0ecce20?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1.18.0-1742200871"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:d31567dafef0040f10b871eae9f6d4dde5b2c7672d11c6607c93ab81bee4c754_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:d31567dafef0040f10b871eae9f6d4dde5b2c7672d11c6607c93ab81bee4c754_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:d31567dafef0040f10b871eae9f6d4dde5b2c7672d11c6607c93ab81bee4c754_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel9@sha256%3Ad31567dafef0040f10b871eae9f6d4dde5b2c7672d11c6607c93ab81bee4c754?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1.18.0-1742200871"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:a4bdd6a7c3c3bac78a94ac75fb61b0cfc3b674c53163fe606143bfbaf726dd8f_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:a4bdd6a7c3c3bac78a94ac75fb61b0cfc3b674c53163fe606143bfbaf726dd8f_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:a4bdd6a7c3c3bac78a94ac75fb61b0cfc3b674c53163fe606143bfbaf726dd8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel9@sha256%3Aa4bdd6a7c3c3bac78a94ac75fb61b0cfc3b674c53163fe606143bfbaf726dd8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1.18.0-1742200871"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:7ed05b8f3817d96dc942af19f85ba1b1efdb1f1ff1145356a5287d85a0ecce20_ppc64le as a component of Red Hat OpenShift Pipelines 1.18.0",
"product_id": "Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:7ed05b8f3817d96dc942af19f85ba1b1efdb1f1ff1145356a5287d85a0ecce20_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:7ed05b8f3817d96dc942af19f85ba1b1efdb1f1ff1145356a5287d85a0ecce20_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.18.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:919ef15e4ad9e152a5856153ef3e8059a78dfc59551ef841dc6e33aa31abd65f_arm64 as a component of Red Hat OpenShift Pipelines 1.18.0",
"product_id": "Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:919ef15e4ad9e152a5856153ef3e8059a78dfc59551ef841dc6e33aa31abd65f_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:919ef15e4ad9e152a5856153ef3e8059a78dfc59551ef841dc6e33aa31abd65f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.18.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:a4bdd6a7c3c3bac78a94ac75fb61b0cfc3b674c53163fe606143bfbaf726dd8f_amd64 as a component of Red Hat OpenShift Pipelines 1.18.0",
"product_id": "Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:a4bdd6a7c3c3bac78a94ac75fb61b0cfc3b674c53163fe606143bfbaf726dd8f_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:a4bdd6a7c3c3bac78a94ac75fb61b0cfc3b674c53163fe606143bfbaf726dd8f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.18.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:d31567dafef0040f10b871eae9f6d4dde5b2c7672d11c6607c93ab81bee4c754_s390x as a component of Red Hat OpenShift Pipelines 1.18.0",
"product_id": "Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:d31567dafef0040f10b871eae9f6d4dde5b2c7672d11c6607c93ab81bee4c754_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:d31567dafef0040f10b871eae9f6d4dde5b2c7672d11c6607c93ab81bee4c754_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.18.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and 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 control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"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.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:7ed05b8f3817d96dc942af19f85ba1b1efdb1f1ff1145356a5287d85a0ecce20_ppc64le",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:919ef15e4ad9e152a5856153ef3e8059a78dfc59551ef841dc6e33aa31abd65f_arm64",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:a4bdd6a7c3c3bac78a94ac75fb61b0cfc3b674c53163fe606143bfbaf726dd8f_amd64",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:d31567dafef0040f10b871eae9f6d4dde5b2c7672d11c6607c93ab81bee4c754_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-17T09:37:38+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and continuous delivery (CI/CD) solution based on Kubernetes resources. It uses Tekton building blocks to automate deployments across multiple platforms by abstracting away the underlying implementation details. Tekton introduces a number of standard custom resource definitions (CRDs) for defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:7ed05b8f3817d96dc942af19f85ba1b1efdb1f1ff1145356a5287d85a0ecce20_ppc64le",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:919ef15e4ad9e152a5856153ef3e8059a78dfc59551ef841dc6e33aa31abd65f_arm64",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:a4bdd6a7c3c3bac78a94ac75fb61b0cfc3b674c53163fe606143bfbaf726dd8f_amd64",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:d31567dafef0040f10b871eae9f6d4dde5b2c7672d11c6607c93ab81bee4c754_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:2903"
},
{
"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.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:7ed05b8f3817d96dc942af19f85ba1b1efdb1f1ff1145356a5287d85a0ecce20_ppc64le",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:919ef15e4ad9e152a5856153ef3e8059a78dfc59551ef841dc6e33aa31abd65f_arm64",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:a4bdd6a7c3c3bac78a94ac75fb61b0cfc3b674c53163fe606143bfbaf726dd8f_amd64",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:d31567dafef0040f10b871eae9f6d4dde5b2c7672d11c6607c93ab81bee4c754_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:7ed05b8f3817d96dc942af19f85ba1b1efdb1f1ff1145356a5287d85a0ecce20_ppc64le",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:919ef15e4ad9e152a5856153ef3e8059a78dfc59551ef841dc6e33aa31abd65f_arm64",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:a4bdd6a7c3c3bac78a94ac75fb61b0cfc3b674c53163fe606143bfbaf726dd8f_amd64",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:d31567dafef0040f10b871eae9f6d4dde5b2c7672d11c6607c93ab81bee4c754_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:7ed05b8f3817d96dc942af19f85ba1b1efdb1f1ff1145356a5287d85a0ecce20_ppc64le",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:919ef15e4ad9e152a5856153ef3e8059a78dfc59551ef841dc6e33aa31abd65f_arm64",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:a4bdd6a7c3c3bac78a94ac75fb61b0cfc3b674c53163fe606143bfbaf726dd8f_amd64",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:d31567dafef0040f10b871eae9f6d4dde5b2c7672d11c6607c93ab81bee4c754_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-17T09:37:38+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and continuous delivery (CI/CD) solution based on Kubernetes resources. It uses Tekton building blocks to automate deployments across multiple platforms by abstracting away the underlying implementation details. Tekton introduces a number of standard custom resource definitions (CRDs) for defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:7ed05b8f3817d96dc942af19f85ba1b1efdb1f1ff1145356a5287d85a0ecce20_ppc64le",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:919ef15e4ad9e152a5856153ef3e8059a78dfc59551ef841dc6e33aa31abd65f_arm64",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:a4bdd6a7c3c3bac78a94ac75fb61b0cfc3b674c53163fe606143bfbaf726dd8f_amd64",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:d31567dafef0040f10b871eae9f6d4dde5b2c7672d11c6607c93ab81bee4c754_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:2903"
}
],
"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.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:7ed05b8f3817d96dc942af19f85ba1b1efdb1f1ff1145356a5287d85a0ecce20_ppc64le",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:919ef15e4ad9e152a5856153ef3e8059a78dfc59551ef841dc6e33aa31abd65f_arm64",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:a4bdd6a7c3c3bac78a94ac75fb61b0cfc3b674c53163fe606143bfbaf726dd8f_amd64",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:d31567dafef0040f10b871eae9f6d4dde5b2c7672d11c6607c93ab81bee4c754_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
}
]
}
RHSA-2025:2933
Vulnerability from csaf_redhat - Published: 2025-03-17 12:53 - Updated: 2026-06-16 10:14A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and 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 control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0c328a551c4927c815c6e50b9dbd8e77d6c7505f2ec0ee03be16f82bcc228a83_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:145c1960ffbaed81068376cd28f7b33ee99852faf5413f315e1df496fb194761_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:771b73b3d77172d48bbf7452e7cc8ae605aec33463aa2e9e02c223e264b44126_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:95a138747d0fac4b00a70805dd0b9262ed60aba940db894b90a94db8b786ac44_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0c328a551c4927c815c6e50b9dbd8e77d6c7505f2ec0ee03be16f82bcc228a83_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:145c1960ffbaed81068376cd28f7b33ee99852faf5413f315e1df496fb194761_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:771b73b3d77172d48bbf7452e7cc8ae605aec33463aa2e9e02c223e264b44126_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:95a138747d0fac4b00a70805dd0b9262ed60aba940db894b90a94db8b786ac44_amd64 | — |
Vendor Fix
fix
|
{
"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.18.0 GA release of Red Hat OpenShift Pipelines Operator.. For more details see [product documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines).",
"title": "Topic"
},
{
"category": "general",
"text": "The 1.18.0 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-2025:2933",
"url": "https://access.redhat.com/errata/RHSA-2025:2933"
},
{
"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": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45338",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification",
"url": "https://access.redhat.com/security/updates/classification"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_2933.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Pipelines Release 1.18.0",
"tracking": {
"current_release_date": "2026-06-16T10:14:16+00:00",
"generator": {
"date": "2026-06-16T10:14:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:2933",
"initial_release_date": "2025-03-17T12:53:03+00:00",
"revision_history": [
{
"date": "2025-03-17T12:53:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-25T20:51:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-16T10:14:16+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.18.0",
"product": {
"name": "Red Hat OpenShift Pipelines 1.18.0",
"product_id": "Red Hat OpenShift Pipelines 1.18.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_pipelines:1.18::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Pipelines"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:771b73b3d77172d48bbf7452e7cc8ae605aec33463aa2e9e02c223e264b44126_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:771b73b3d77172d48bbf7452e7cc8ae605aec33463aa2e9e02c223e264b44126_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:771b73b3d77172d48bbf7452e7cc8ae605aec33463aa2e9e02c223e264b44126_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel9@sha256%3A771b73b3d77172d48bbf7452e7cc8ae605aec33463aa2e9e02c223e264b44126?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1.18.0-1742211959"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0c328a551c4927c815c6e50b9dbd8e77d6c7505f2ec0ee03be16f82bcc228a83_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0c328a551c4927c815c6e50b9dbd8e77d6c7505f2ec0ee03be16f82bcc228a83_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0c328a551c4927c815c6e50b9dbd8e77d6c7505f2ec0ee03be16f82bcc228a83_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel9@sha256%3A0c328a551c4927c815c6e50b9dbd8e77d6c7505f2ec0ee03be16f82bcc228a83?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1.18.0-1742211959"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:145c1960ffbaed81068376cd28f7b33ee99852faf5413f315e1df496fb194761_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:145c1960ffbaed81068376cd28f7b33ee99852faf5413f315e1df496fb194761_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:145c1960ffbaed81068376cd28f7b33ee99852faf5413f315e1df496fb194761_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel9@sha256%3A145c1960ffbaed81068376cd28f7b33ee99852faf5413f315e1df496fb194761?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1.18.0-1742211959"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:95a138747d0fac4b00a70805dd0b9262ed60aba940db894b90a94db8b786ac44_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:95a138747d0fac4b00a70805dd0b9262ed60aba940db894b90a94db8b786ac44_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:95a138747d0fac4b00a70805dd0b9262ed60aba940db894b90a94db8b786ac44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel9@sha256%3A95a138747d0fac4b00a70805dd0b9262ed60aba940db894b90a94db8b786ac44?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1.18.0-1742211959"
}
}
}
],
"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-rhel9@sha256:0c328a551c4927c815c6e50b9dbd8e77d6c7505f2ec0ee03be16f82bcc228a83_ppc64le as a component of Red Hat OpenShift Pipelines 1.18.0",
"product_id": "Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0c328a551c4927c815c6e50b9dbd8e77d6c7505f2ec0ee03be16f82bcc228a83_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0c328a551c4927c815c6e50b9dbd8e77d6c7505f2ec0ee03be16f82bcc228a83_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.18.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:145c1960ffbaed81068376cd28f7b33ee99852faf5413f315e1df496fb194761_s390x as a component of Red Hat OpenShift Pipelines 1.18.0",
"product_id": "Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:145c1960ffbaed81068376cd28f7b33ee99852faf5413f315e1df496fb194761_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:145c1960ffbaed81068376cd28f7b33ee99852faf5413f315e1df496fb194761_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.18.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:771b73b3d77172d48bbf7452e7cc8ae605aec33463aa2e9e02c223e264b44126_arm64 as a component of Red Hat OpenShift Pipelines 1.18.0",
"product_id": "Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:771b73b3d77172d48bbf7452e7cc8ae605aec33463aa2e9e02c223e264b44126_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:771b73b3d77172d48bbf7452e7cc8ae605aec33463aa2e9e02c223e264b44126_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.18.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:95a138747d0fac4b00a70805dd0b9262ed60aba940db894b90a94db8b786ac44_amd64 as a component of Red Hat OpenShift Pipelines 1.18.0",
"product_id": "Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:95a138747d0fac4b00a70805dd0b9262ed60aba940db894b90a94db8b786ac44_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:95a138747d0fac4b00a70805dd0b9262ed60aba940db894b90a94db8b786ac44_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.18.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and 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 control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"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.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0c328a551c4927c815c6e50b9dbd8e77d6c7505f2ec0ee03be16f82bcc228a83_ppc64le",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:145c1960ffbaed81068376cd28f7b33ee99852faf5413f315e1df496fb194761_s390x",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:771b73b3d77172d48bbf7452e7cc8ae605aec33463aa2e9e02c223e264b44126_arm64",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:95a138747d0fac4b00a70805dd0b9262ed60aba940db894b90a94db8b786ac44_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-17T12:53:03+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and continuous delivery (CI/CD) solution based on Kubernetes resources. It uses Tekton building blocks to automate deployments across multiple platforms by abstracting away the underlying implementation details. Tekton introduces a number of standard custom resource definitions (CRDs) for defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0c328a551c4927c815c6e50b9dbd8e77d6c7505f2ec0ee03be16f82bcc228a83_ppc64le",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:145c1960ffbaed81068376cd28f7b33ee99852faf5413f315e1df496fb194761_s390x",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:771b73b3d77172d48bbf7452e7cc8ae605aec33463aa2e9e02c223e264b44126_arm64",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:95a138747d0fac4b00a70805dd0b9262ed60aba940db894b90a94db8b786ac44_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:2933"
},
{
"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.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0c328a551c4927c815c6e50b9dbd8e77d6c7505f2ec0ee03be16f82bcc228a83_ppc64le",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:145c1960ffbaed81068376cd28f7b33ee99852faf5413f315e1df496fb194761_s390x",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:771b73b3d77172d48bbf7452e7cc8ae605aec33463aa2e9e02c223e264b44126_arm64",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:95a138747d0fac4b00a70805dd0b9262ed60aba940db894b90a94db8b786ac44_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0c328a551c4927c815c6e50b9dbd8e77d6c7505f2ec0ee03be16f82bcc228a83_ppc64le",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:145c1960ffbaed81068376cd28f7b33ee99852faf5413f315e1df496fb194761_s390x",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:771b73b3d77172d48bbf7452e7cc8ae605aec33463aa2e9e02c223e264b44126_arm64",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:95a138747d0fac4b00a70805dd0b9262ed60aba940db894b90a94db8b786ac44_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0c328a551c4927c815c6e50b9dbd8e77d6c7505f2ec0ee03be16f82bcc228a83_ppc64le",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:145c1960ffbaed81068376cd28f7b33ee99852faf5413f315e1df496fb194761_s390x",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:771b73b3d77172d48bbf7452e7cc8ae605aec33463aa2e9e02c223e264b44126_arm64",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:95a138747d0fac4b00a70805dd0b9262ed60aba940db894b90a94db8b786ac44_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-17T12:53:03+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and continuous delivery (CI/CD) solution based on Kubernetes resources. It uses Tekton building blocks to automate deployments across multiple platforms by abstracting away the underlying implementation details. Tekton introduces a number of standard custom resource definitions (CRDs) for defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0c328a551c4927c815c6e50b9dbd8e77d6c7505f2ec0ee03be16f82bcc228a83_ppc64le",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:145c1960ffbaed81068376cd28f7b33ee99852faf5413f315e1df496fb194761_s390x",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:771b73b3d77172d48bbf7452e7cc8ae605aec33463aa2e9e02c223e264b44126_arm64",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:95a138747d0fac4b00a70805dd0b9262ed60aba940db894b90a94db8b786ac44_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:2933"
}
],
"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.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:0c328a551c4927c815c6e50b9dbd8e77d6c7505f2ec0ee03be16f82bcc228a83_ppc64le",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:145c1960ffbaed81068376cd28f7b33ee99852faf5413f315e1df496fb194761_s390x",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:771b73b3d77172d48bbf7452e7cc8ae605aec33463aa2e9e02c223e264b44126_arm64",
"Red Hat OpenShift Pipelines 1.18.0:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:95a138747d0fac4b00a70805dd0b9262ed60aba940db894b90a94db8b786ac44_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
}
]
}
RHSA-2025:3069
Vulnerability from csaf_redhat - Published: 2025-03-20 08:37 - Updated: 2026-06-16 10:14There's a flaw in the PostCSS package where it fails to properly validate the input CSS, causing commented lines to be interpreted as code. An attacker may leverage that by crafting a CSS file with comments containing CSS code in order to force PostCSS to include the malicious CSS elements in its output. An successful attack may lead to integrity impact as it may inject elements in a web page when parsing untrusted CSS input.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and 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 control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64 | — |
Vendor Fix
fix
|
An argument injection vulnerability was found in go-git. This flaw allows an attacker to set arbitrary values to git-upload-pack flags, leading to command or code execution, exposure of sensitive data, or other unintended behavior. This is only possible in configurations where the file transport protocol is being used.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64 | — |
Vendor Fix
fix
Workaround
|
A denial of service (DoS) vulnerability was found in go-git. This vulnerability allows an attacker to perform denial of service attacks by providing specially crafted responses from a Git server, which triggers resource exhaustion in go-git clients.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64 | — |
Vendor Fix
fix
|
A vulnerability was found in Argo CD where secret values can be exposed in error messages when an invalid Kubernetes Secret resource is synced from a repository. An attacker must have write access to the repository and any user with read access can view the exposed data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat OpenShift GitOps v1.14.3. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Errata Advisory for Red Hat OpenShift GitOps v1.14.3.\n\nSecurity Fix(es):\n\n* openshift-gitops-argocd-rhel9-container: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto [gitops-1.14](CVE-2024-45337)\n* openshift-gitops-container: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto [gitops-1.14](CVE-2024-45337)\n* openshift-gitops-argocd-rhel9-container: Argo CD does not scrub secret values from patch errors [gitops-1.14](CVE-2025-23216)\n* openshift-gitops-container: Argo CD does not scrub secret values from patch errors [gitops-1.14](CVE-2025-23216)\n* openshift-gitops-operator-bundle-container: Argo CD does not scrub secret values from patch errors [gitops-1.14](CVE-2025-23216)\n* openshift-gitops-operator-container: Argo CD does not scrub secret values from patch errors [gitops-1.14](CVE-2025-23216)\n* openshift-gitops-container: Argo CD does not scrub secret values from patch errors [gitops-1.14](CVE-2025-23216)\n* openshift-gitops-console-plugin-container: Improper input validation in PostCSS [gitops-1.14](CVE-2023-44270)\n* openshift-gitops-argo-rollouts-container: Non-linear parsing of case-insensitive content in golang.org/x/net/html [gitops-1.14](CVE-2024-45338)\n* openshift-gitops-argocd-container: Non-linear parsing of case-insensitive content in golang.org/x/net/html [gitops-1.14](CVE-2024-45338)\n* openshift-gitops-argocd-rhel9-container: Non-linear parsing of case-insensitive content in golang.org/x/net/html [gitops-1.14](CVE-2024-45338)\n* openshift-gitops-dex-container: Non-linear parsing of case-insensitive content in golang.org/x/net/html [gitops-1.14](CVE-2024-45338)\n* openshift-gitops-argocd-container: argument injection via the URL field [gitops-1.14](CVE-2025-21613)\n* openshift-gitops-argocd-rhel9-container: go-git clients vulnerable to DoS via maliciously crafted Git server replies [gitops-1.14](CVE-2025-21614)\n* openshift-gitops-argocd-container: go-git clients vulnerable to DoS via maliciously crafted Git server replies [gitops-1.14](CVE-2025-21614)\n* openshift-gitops-container: go-git clients vulnerable to DoS via maliciously crafted Git server replies [gitops-1.14](CVE-2025-21614)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"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-2025:3069",
"url": "https://access.redhat.com/errata/RHSA-2025:3069"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2326998",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326998"
},
{
"category": "external",
"summary": "2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "2335888",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335888"
},
{
"category": "external",
"summary": "2335901",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335901"
},
{
"category": "external",
"summary": "2342987",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342987"
},
{
"category": "external",
"summary": "GITOPS-5970",
"url": "https://issues.redhat.com/browse/GITOPS-5970"
},
{
"category": "external",
"summary": "GITOPS-5978",
"url": "https://issues.redhat.com/browse/GITOPS-5978"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3069.json"
}
],
"title": "Red Hat Security Advisory: Errata Advisory for Red Hat OpenShift GitOps v1.14.3 security update",
"tracking": {
"current_release_date": "2026-06-16T10:14:16+00:00",
"generator": {
"date": "2026-06-16T10:14:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:3069",
"initial_release_date": "2025-03-20T08:37:59+00:00",
"revision_history": [
{
"date": "2025-03-20T08:37:59+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-20T08:37:59+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-16T10:14:16+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift GitOps 1.14",
"product": {
"name": "Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_gitops:1.14::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift GitOps 1.14",
"product": {
"name": "Red Hat OpenShift GitOps 1.14",
"product_id": "9Base-GitOps-1.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_gitops:1.14::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift GitOps"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"product": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"product_id": "openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"product": {
"name": "openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"product_id": "openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel9\u0026tag=v1.14.3-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"product": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"product_id": "openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"product": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"product_id": "openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/console-plugin-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"product": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"product_id": "openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"product": {
"name": "openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"product_id": "openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/dex-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"product": {
"name": "openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"product_id": "openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/kam-delivery-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"product": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"product_id": "openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/must-gather-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"product": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"product_id": "openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator\u0026tag=v1.14.3-4"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"product": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"product_id": "openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"product": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"product_id": "openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"product": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"product_id": "openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/console-plugin-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"product": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"product_id": "openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"product": {
"name": "openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"product_id": "openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/dex-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"product": {
"name": "openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"product_id": "openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/kam-delivery-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"product": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"product_id": "openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/must-gather-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"product": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"product_id": "openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator\u0026tag=v1.14.3-4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"product": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"product_id": "openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"product": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"product_id": "openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"product": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"product_id": "openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/console-plugin-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"product": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"product_id": "openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"product": {
"name": "openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"product_id": "openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/dex-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"product": {
"name": "openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"product_id": "openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/kam-delivery-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"product": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"product_id": "openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/must-gather-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"product": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"product_id": "openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator\u0026tag=v1.14.3-4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"product": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"product_id": "openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64",
"product": {
"name": "openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64",
"product_id": "openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel9\u0026tag=v1.14.3-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"product": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"product_id": "openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"product": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"product_id": "openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/console-plugin-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"product": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"product_id": "openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"product": {
"name": "openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"product_id": "openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/dex-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"product": {
"name": "openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"product_id": "openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/kam-delivery-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"product": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"product_id": "openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/must-gather-rhel8\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"product": {
"name": "openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"product_id": "openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-operator-bundle\u0026tag=v1.14.3-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"product": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"product_id": "openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator\u0026tag=v1.14.3-4"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64"
},
"product_reference": "openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64"
},
"product_reference": "openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le"
},
"product_reference": "openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x"
},
"product_reference": "openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le"
},
"product_reference": "openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64"
},
"product_reference": "openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64"
},
"product_reference": "openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x"
},
"product_reference": "openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le"
},
"product_reference": "openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64"
},
"product_reference": "openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x"
},
"product_reference": "openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64"
},
"product_reference": "openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le"
},
"product_reference": "openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64"
},
"product_reference": "openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x"
},
"product_reference": "openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64"
},
"product_reference": "openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64"
},
"product_reference": "openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64"
},
"product_reference": "openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le"
},
"product_reference": "openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x"
},
"product_reference": "openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64"
},
"product_reference": "openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64"
},
"product_reference": "openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le"
},
"product_reference": "openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x"
},
"product_reference": "openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64"
},
"product_reference": "openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64"
},
"product_reference": "openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64"
},
"product_reference": "openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le"
},
"product_reference": "openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x"
},
"product_reference": "openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64"
},
"product_reference": "openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x"
},
"product_reference": "openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64"
},
"product_reference": "openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le"
},
"product_reference": "openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64"
},
"product_reference": "openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"relates_to_product_reference": "9Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64"
},
"product_reference": "openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64",
"relates_to_product_reference": "9Base-GitOps-1.14"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-44270",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2024-11-18T14:11:50.400987+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2326998"
}
],
"notes": [
{
"category": "description",
"text": "There\u0027s a flaw in the PostCSS package where it fails to properly validate the input CSS, causing commented lines to be interpreted as code. An attacker may leverage that by crafting a CSS file with comments containing CSS code in order to force PostCSS to include the malicious CSS elements in its output. An successful attack may lead to integrity impact as it may inject elements in a web page when parsing untrusted CSS input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "PostCSS: Improper input validation in PostCSS",
"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": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-44270"
},
{
"category": "external",
"summary": "RHBZ#2326998",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326998"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-44270",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44270"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44270",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44270"
},
{
"category": "external",
"summary": "https://github.com/github/advisory-database/issues/2820",
"url": "https://github.com/github/advisory-database/issues/2820"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/blob/main/lib/tokenize.js#L25",
"url": "https://github.com/postcss/postcss/blob/main/lib/tokenize.js#L25"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/commit/58cc860b4c1707510c9cd1bc1fa30b423a9ad6c5",
"url": "https://github.com/postcss/postcss/commit/58cc860b4c1707510c9cd1bc1fa30b423a9ad6c5"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/releases/tag/8.4.31",
"url": "https://github.com/postcss/postcss/releases/tag/8.4.31"
}
],
"release_date": "2023-09-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-20T08:37:59+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://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3069"
},
{
"category": "workaround",
"details": "There\u0027s no known mitigation for this issue. Red Hat recommends to not parse untrusted CSS input using PostCSS.",
"product_ids": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "PostCSS: Improper input validation in PostCSS"
},
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and 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 control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"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": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-20T08:37:59+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://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3069"
},
{
"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": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-20T08:37:59+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://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3069"
}
],
"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": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
},
{
"cve": "CVE-2025-21613",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2025-01-06T17:00:41.244449+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2335888"
}
],
"notes": [
{
"category": "description",
"text": "An argument injection vulnerability was found in go-git. This flaw allows an attacker to set arbitrary values to git-upload-pack flags, leading to command or code execution, exposure of sensitive data, or other unintended behavior. This is only possible in configurations where the file transport protocol is being used.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-git: argument injection via the URL field",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an argument injection has been discovered in go-git, where an attackers can manipulate git-upload-pack flags, potentially enabling command or code execution leads to an exposure of sensitive data or other unintended actions, this vulnerability occurs exclusively in configurations using the file transport protocol.",
"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": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21613"
},
{
"category": "external",
"summary": "RHBZ#2335888",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335888"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21613",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21613"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21613",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21613"
},
{
"category": "external",
"summary": "https://github.com/go-git/go-git/security/advisories/GHSA-v725-9546-7q7m",
"url": "https://github.com/go-git/go-git/security/advisories/GHSA-v725-9546-7q7m"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3368",
"url": "https://pkg.go.dev/vuln/GO-2025-3368"
}
],
"release_date": "2025-01-06T16:13:10.611000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-20T08:37:59+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://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3069"
},
{
"category": "workaround",
"details": "In cases where it is not possible to update to the latest version of go-git, it is recommended to enforce validation rules for values passed in the URL field.",
"product_ids": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "go-git: argument injection via the URL field"
},
{
"cve": "CVE-2025-21614",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-01-06T17:01:36.743039+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2335901"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service (DoS) vulnerability was found in go-git. This vulnerability allows an attacker to perform denial of service attacks by providing specially crafted responses from a Git server, which triggers resource exhaustion in go-git clients.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-git: go-git clients vulnerable to DoS via maliciously crafted Git server replies",
"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": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21614"
},
{
"category": "external",
"summary": "RHBZ#2335901",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335901"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21614"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21614",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21614"
},
{
"category": "external",
"summary": "https://github.com/go-git/go-git/security/advisories/GHSA-r9px-m959-cxf4",
"url": "https://github.com/go-git/go-git/security/advisories/GHSA-r9px-m959-cxf4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3367",
"url": "https://pkg.go.dev/vuln/GO-2025-3367"
}
],
"release_date": "2025-01-06T16:20:16.140000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-20T08:37:59+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://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3069"
}
],
"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": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "go-git: go-git clients vulnerable to DoS via maliciously crafted Git server replies"
},
{
"cve": "CVE-2025-23216",
"cwe": {
"id": "CWE-209",
"name": "Generation of Error Message Containing Sensitive Information"
},
"discovery_date": "2025-01-30T16:00:59.817443+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2342987"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Argo CD where secret values can be exposed in error messages when an invalid Kubernetes Secret resource is synced from a repository. An attacker must have write access to the repository and any user with read access can view the exposed data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "argocd: Argo CD does not scrub secret values from patch errors",
"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": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-23216"
},
{
"category": "external",
"summary": "RHBZ#2342987",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342987"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-23216",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23216"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-23216",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-23216"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-cd/commit/6f5537bdf15ddbaa0f27a1a678632ff0743e4107",
"url": "https://github.com/argoproj/argo-cd/commit/6f5537bdf15ddbaa0f27a1a678632ff0743e4107"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-47g2-qmh2-749v",
"url": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-47g2-qmh2-749v"
},
{
"category": "external",
"summary": "https://github.com/argoproj/gitops-engine/commit/7e21b91e9d0f64104c8a661f3f390c5e6d73ddca",
"url": "https://github.com/argoproj/gitops-engine/commit/7e21b91e9d0f64104c8a661f3f390c5e6d73ddca"
}
],
"release_date": "2025-01-30T15:30:05.405000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-20T08:37:59+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://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3069"
},
{
"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": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:868a4e993d8963e4fb64c1845f54f916f335d3c59f0596e966c6d926373f6ee1_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:9b883e71b2d12f8872b3a37b383087a488f9b74ddde0e0c6daf6ee04bdf15881_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:bf7f9ca8f33c935df306554b778e5291bcff9e92b7e9122498b0ad71d58b9166_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:ce0677023395a6d7c9598b820c6eb73b651eaa698aef9f5c27a25884fba5d643_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:04523979e4ab58120d959f88503957b1e13122952e3de03d9f0540f1e574c0d6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:64df9d55e7196fe56ebab88071f115d7fea26fa4396109bbf3bae11ffbf1f3a5_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:9017ef8967ebe3a14ea1e07d0a9624ef126b2928e233f09451aeea89a7f09366_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:ecb181ba7dfd4a5cdffa8ba9ca251dc4875ad7f41e9d60c4cc0a3462c233e489_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:050b358e7512599f412fddf711f8731d821223ba76c460b114fe4c4bfaf7cf1b_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:83ba395adbfdae8d4973cea02ead8392089ac1051edd11e7defc6d07a122bca2_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:dc4d641c87a3b65208ef2b46398f64ae69465daeb84b4d1022062d6c5f7347dc_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:e6eba59c8336bde1ed98947b2d4c626feb2113037bc724bd881f25b7f155f47b_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:065b95a1612d15b3a7de1c5822555851535199711cc3890d56d7cb01e01666b3_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:1c59649ad569e25c3445e9655c8061b7f0b769514c0739f2e080216a55ca39c7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:490512fefae58c6092394c8e751b7c1761583bff23b815e6f1649d55e9d43002_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:605123efdd9f31243e039929322b4a4f6ad160baaebce188fdbf2c4e7ff663ff_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:ba442571ef9180765055f5224548c73e3da2be31731f8dd5b6b1beaf3e6732ee_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:1b81b7c26d7a848797f9944254963a89c3f6f0e727355bafcda5e483fee7b848_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:2caf6bd42e10f063d0991740706946d4205bf49540865bd4ed9091176add2aed_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:951de21fc848014beb5db2f7307ef639c6c76ec6eb7036b18c07047c8a914c48_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:ed04d67b3bd9ebc21a0aa2503823e5a476da44caa165999a33670198f5d1be37_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:72e761f1d00b0a322d4a7a10c824fe88e4ac7e156a279694b75ce3b42be0b6d6_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d20615c230e1b888bacdc374763eeca9b1f7612741f8ba52ded483ac688b858d_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:d86dcd96af06a338b577d9c940e6316ed9a807b9fc6a33d9f5c96e2b703679b8_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:f07aa6ccdc324a2631fc01b1f4af4317cdc0471c673bd8f5bf24560e0f012dd9_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:30b687a8309c17d5b4f5be6439b59f2dc540a306d625ee34bdf72626dc36c105_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:62e1ab7267cfd3536c3b2ba9592dffb7fb979cbb039a1a90320a03b751d5f728_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:b5ba9620f23fed74b983a090cec19f6ed74ddffdd1be7d9d89f1201c0c83c1b1_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:c0ec76e307a2867dc1064a3470e17a2e1533233e1a119ce5f32e2b3c07428d08_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:a909f1ebb5cf719e4308bbd162fea14e66b0ad6f7e91163699e8f9cbf61ec852_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:c997c25ec7fee2ce060c6772925548af8d36146ed4632557852a948f496c9823_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e543925d538de28ab98c71841a47d4384c4354add0fb3457500aafc618be79d9_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:fcbfff3d353947889e627035d1d52d4533ce5713c7e1951d90417bb228499143_ppc64le",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:afe138c16496c84126ecbd5baac4223e61f15ee30ec0249468ed3335ab7d4814_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:cb21a99b094e4609050927687050d8a95675d212bec76e981635ef192925d8ba_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "argocd: Argo CD does not scrub secret values from patch errors"
}
]
}
RHSA-2025:3542
Vulnerability from csaf_redhat - Published: 2025-04-02 19:51 - Updated: 2026-06-16 10:14A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and 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 control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:37a49dd28d4e4c70d67a5347df258ea7a0859224a1d648b04ff38b89aefead1f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:86347d437ac659fbba7ca5d630f67d6dfaf9b96b24bbe0d74353bcf5dea0c593_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:90ea93b88a80e33ab56e8fa4ae37ce34b8bef80281824dc27c4427355a4cd0d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:aff6272b9ae5b95a1552173fa28b00c3bd26ab001357fcd92beab2b4e82998f9_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:39987d89492b40620910dfea5bfcb4f5456faec3c5cc0f008cff3c62f48166de_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:6d47ae3d82057f74c134d0991aec82f792fc5f5e8be68c2cd355e839ed164cbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:dfa7a6da4c316172b117a80ca6d4dccd173193baa5207ac052dfcf16bd6e0649_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:039d7784c93a2432dfdb38db7685c74c49b58add758fc3a89eadf0d0b0e449a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:9132b7bae3bf3872f4cb2836136932d70a850ab04837a827d147bd007f61e907_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:9ea768460f8017cbe5d2d48897be95d35ef8a415c6da84152517b55d7d27b584_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:cd37fe49d2702c78a87c7299f5192ed1cc11c1178b8b633f7dced80f3b946fc3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:54996beca536094a30d924c43e3a52ff615437e08b0bfae28589194819bb7e7b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:5e2db5f8ef6366f227c564fc9ded923ad0d6c3b190113e480d3eb2165ef82c5d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:eabebc3a64689b08b82d49375f3c640574651a9ad3a3da75d250f92cd5dedb22_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:4d0a582844fc0a5da3de30ceeb47427f910c993aa76c8e29630e5a2125cf623c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:8282a7990053ea1bfbbfcb2f58ded06dead846e4074c512a57065f6c9fe824f1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:f60a40d72b734d429221ae60ec638a2ff3db1227ac46aefc2f6268dd9e0f6659_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:0c887785712767cecf50f89e09b194b1923082d8bdd5ed08f475c2f8335deb92_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:76ff157ecf4135855e29b7cb6752512a54ad2f9b7d42337b4e5a0635003cccd7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:c81ab813061a01f78cfd4c278f0dfee3c8dc15f04c87d924eae9866adf020309_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:0a0d42d05ca14802c5fe8c2d9482cdcdf21e77ef27bd03a8237fe36d268d4b8d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:6d76e5388f91606338eb730c7ab757352ec2c0e163c02222014262d953667810_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:6dbbea183818a69e56b739b5434515008f9beeeab2a19b1de62f93ed21b40a41_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:c3a22d7caa7ef8da08ceea2593f7ea3c5fd20d6de387f5c108deaec0ef482b7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:063ce7011522181d92e55998f9130d7e1cf757831f6682e5a2bd30abf76e2661_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:0af8d8f55c93aadd0bef2a6a092e972187e8cb020de54a0a6f547d7ecd7646e5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:a83fb46285e3e5fb176799edbb7b58f75db44bee6e5bce5009b58d08f742bf5b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:47ae26a5548ad25ea602bf92cabee281fe76ad55cc5bb20878b7073a64a3b2d0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:4f46fc1c076c375fc15a7ef7aca1a9cd06a1dc783835ebec9b9dbd5bffe4fecf_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:84d7c1cb1faf9589c057b938d731ddeb0b57f9a376cef5069ba49b14a95e9891_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:1a72b27098021c575f6720904963fb19f928c7c5e33928fdca909f17df513b98_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:5424e130fb363a582a73e9b6168323bf02c68a52b2d57fe6d08a8f15eb9329c6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:e53a5a6beacd5f4b0a261086c3cd8320bca975293d19bd44e722ac027541f323_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:f74dafa055278595d6d57309d392cb5dd5ad238ae8963ca8bdaeb21b6cb5bc2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:33b558053565e3839dbcd52f590aec522f64f43eb606379ba95cca46b67e24da_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:37964ea86c613e085111c1412f1eee7132c026aed976ae6cf8c34893af1294eb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:78e677cce335b1df23da8911e6f989876b82deea6e5a53420c25caf5ac72edea_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:c5acbd09ea84230e79e08d0091fbe0da17ce8e0905f1d9c46c2d6efab26f9d78_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:36755587f839b2c47adaf398c2346743e25038c436daac7e7253b799ff8e690a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:5d6e5a1075757bb435cb692024d2958e2292331a517d1032b65d2268036f3788_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:a945d69d070e0a5358d8451fcc50e67ca77b09f946c46bd2b1419fc5f38fb37a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:d8a9b21e27185f57c6da96846f74cfac9d3361d8c7ce4805bdb89d4edc6c1b29_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:dd2ca2b97888416c8b80afea093b72448dc86629bb1c639e9678c2c692e0ec39_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:ebe97465d3cd4574d2129e3ab38774bd38d450380e422d36be434dc1453d672e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:450915fa93b94ccbbf053e62df503b53537435a3f41a0c38198f78ea1e94b80b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:7227150cea2a8adcc29e12b3da59587aa1a6c52a32cdd48c41c3a81b613b91cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:f97ff3b4f983ddd30285d8e8c0816b47f93b3e389791363d14d2e912bfc7606b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:040b6e9c9955e329a0f402f59e713609191700a064add10fd1a2a5f9e8e8a1aa_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:59b2a8b5c61d30b627a66348614df3bbd9a39f2b31c9b15dc69e665c23eb15bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:7134af93863a6bd4b0b5bb11d86d0397d5d3bde79b71e8981f4e27550141e2e9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:e04b7692f5d0bd0d48d990807c6d1c55ca2a7f284c3b48aa557aa9f11b841920_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:7c39222532f3d3247432d439f179f457eb55748b1d252173692b5feb50aa03a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:869c78d037b918ed96f8288c189dffb3a73a2e056ca210483c7ef98866bbbfb8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:cd913d30a4e7c6a65df4ae0415fa3fa2d945ae298b4cdb0f27f74205a7499814_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:f178e112ab8db833aec6e85c48227604cde25ec02b0e1a8a291efa959afcf7e1_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:8f07f45728be81becd927d81513d1a4eb9cf119730f6104910519fd896c44f94_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:c20ff224739974a68d1397ee45520d0d1d00af115b0f8777a8a8ffb70811762f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:cc50af7805f11da9c2820bc3cd6258b3d739878d82faf38debed2fbff3226643_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:5ee30837a0b18143ed4410a879449197df831aa9da3f9e34d984bba54ea4933a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:6aadd2e1cbe192ec68406bdf96a3125b2b408ee1544b5379fee049d711c0ec7c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:ed1f1d9c52cae74b9ba277d8b458235a6f889c6970939da5d14566a4df33ca9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:18cc0feb72e3373314a76d955ee7658f5ebfa2d7626a604a5a71cb0a6d377a99_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:2b2335ac98fa4687353ab96055d5a11c15653e8ee61e102029b31d6b8eec7293_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:5fb6dc48aedd9ca60676f5f3e81b9fe9060fb4c62d22bae50da3c0ba09bf4f2f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:fbbb03b4b3860e0781ab33f33cfbaca2191d1ee2b8ab60b63cc1ffa7630a2932_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:1d0044891f122b29fe37da51ba2058b0e35f40bcf382750d5953f2fa747df2e3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:1e8cda9bda7d3a47b07a9174e08d1859b1c1205ca81d5951ee80987e7bd93e09_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:2e25f7fd188cd070d77a85f41f9b59d9471ba6dbef4dbdfc0df7b34f87bc605c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:ad4705d6e080d91c497d3d5d60694f0b3c867036977c7229a3321414e7a6c261_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:64bfb313027c6795160078915c238bc77379781c7316ba251cb3c762cdfd5c35_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:b48272102bd84914525944f43b25424ac8107684604c5467dc8fe8621567368c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:b9eac319261085e82a1ef2257560e6c42c75cbb93ea28c9a35687d1141e02b2d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:303719e90364646b758fb09b7d794fe3df667b433238e7eb5608fb1a68f0a916_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:58f4a8de4884bfafab44af61ed88de7ee89910e89607d0305a10c9f75400f877_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:7208254fcdcdc8544cc7e14ed788fa481ae47fd574a3e72fc82ea3bd42b01e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:d13a6ec8126d862628abdeb4a98f4cb6c177e10856c347d118ec2ce02a550055_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:1555cb387d9245294fb2a4a769d16850fa81d23c3cd37ae12db1b236958920bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:38ecc809db4dc7555c1802e36be5d77e40c8e808039c4b39dff6c31477c213c0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:b6277c661f62a2693a3dd522c555a3f9b7dc4f109f7eca7f6b77b4f662deef2c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:102ecaa53a174455c8392a9e221dd0f332613fc0c0e206182c4c483cbd7f9ff3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:16883eec33baacfd7397f06defdb64d7f6ae0a41ef1cfd9f4b8c3523687abe54_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:69c1d64898f84bfea2cf8d732560c529dea09a5e9cabe5a6d490dced46b8d565_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:4c55cf259697e6add1bf6c007069e9c9662113c5ce1fad721bca824598d04e6f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:d824b7fb9d7e36f008ce9541fd945aaa22042ad25360ccb2e50e81bc2b75522d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:ed32cb24e244040bb13d1ec5a8413e12c739f5ba8b184b885eb8838a32da6b63_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:efc7101ccfaee51eb247d19970a29d91c2163f570bfbc7cfb05ea9bc518500e1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:2bdda576e27f6b8688c4083845f5127643fd7c7d70e2873e2d8cb4074d02e3ce_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:30c4ba553c28e92404dc3d608737573754afdd3bb36b9f8647b2d778d4dd9ae3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:312d28ca82c64be6453547f52184a78f1096726ece096ed28e8059585842e796_ppc64le | — |
Workaround
|
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:39987d89492b40620910dfea5bfcb4f5456faec3c5cc0f008cff3c62f48166de_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:6d47ae3d82057f74c134d0991aec82f792fc5f5e8be68c2cd355e839ed164cbe_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:dfa7a6da4c316172b117a80ca6d4dccd173193baa5207ac052dfcf16bd6e0649_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:37a49dd28d4e4c70d67a5347df258ea7a0859224a1d648b04ff38b89aefead1f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:86347d437ac659fbba7ca5d630f67d6dfaf9b96b24bbe0d74353bcf5dea0c593_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:90ea93b88a80e33ab56e8fa4ae37ce34b8bef80281824dc27c4427355a4cd0d4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:aff6272b9ae5b95a1552173fa28b00c3bd26ab001357fcd92beab2b4e82998f9_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:039d7784c93a2432dfdb38db7685c74c49b58add758fc3a89eadf0d0b0e449a5_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:9132b7bae3bf3872f4cb2836136932d70a850ab04837a827d147bd007f61e907_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:9ea768460f8017cbe5d2d48897be95d35ef8a415c6da84152517b55d7d27b584_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:cd37fe49d2702c78a87c7299f5192ed1cc11c1178b8b633f7dced80f3b946fc3_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:54996beca536094a30d924c43e3a52ff615437e08b0bfae28589194819bb7e7b_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:5e2db5f8ef6366f227c564fc9ded923ad0d6c3b190113e480d3eb2165ef82c5d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:eabebc3a64689b08b82d49375f3c640574651a9ad3a3da75d250f92cd5dedb22_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:4d0a582844fc0a5da3de30ceeb47427f910c993aa76c8e29630e5a2125cf623c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:8282a7990053ea1bfbbfcb2f58ded06dead846e4074c512a57065f6c9fe824f1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:f60a40d72b734d429221ae60ec638a2ff3db1227ac46aefc2f6268dd9e0f6659_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:0c887785712767cecf50f89e09b194b1923082d8bdd5ed08f475c2f8335deb92_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:76ff157ecf4135855e29b7cb6752512a54ad2f9b7d42337b4e5a0635003cccd7_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:c81ab813061a01f78cfd4c278f0dfee3c8dc15f04c87d924eae9866adf020309_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:0a0d42d05ca14802c5fe8c2d9482cdcdf21e77ef27bd03a8237fe36d268d4b8d_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:6d76e5388f91606338eb730c7ab757352ec2c0e163c02222014262d953667810_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:6dbbea183818a69e56b739b5434515008f9beeeab2a19b1de62f93ed21b40a41_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:c3a22d7caa7ef8da08ceea2593f7ea3c5fd20d6de387f5c108deaec0ef482b7b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:063ce7011522181d92e55998f9130d7e1cf757831f6682e5a2bd30abf76e2661_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:0af8d8f55c93aadd0bef2a6a092e972187e8cb020de54a0a6f547d7ecd7646e5_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:a83fb46285e3e5fb176799edbb7b58f75db44bee6e5bce5009b58d08f742bf5b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:47ae26a5548ad25ea602bf92cabee281fe76ad55cc5bb20878b7073a64a3b2d0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:4f46fc1c076c375fc15a7ef7aca1a9cd06a1dc783835ebec9b9dbd5bffe4fecf_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:84d7c1cb1faf9589c057b938d731ddeb0b57f9a376cef5069ba49b14a95e9891_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:1a72b27098021c575f6720904963fb19f928c7c5e33928fdca909f17df513b98_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:5424e130fb363a582a73e9b6168323bf02c68a52b2d57fe6d08a8f15eb9329c6_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:e53a5a6beacd5f4b0a261086c3cd8320bca975293d19bd44e722ac027541f323_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:f74dafa055278595d6d57309d392cb5dd5ad238ae8963ca8bdaeb21b6cb5bc2e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:33b558053565e3839dbcd52f590aec522f64f43eb606379ba95cca46b67e24da_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:37964ea86c613e085111c1412f1eee7132c026aed976ae6cf8c34893af1294eb_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:78e677cce335b1df23da8911e6f989876b82deea6e5a53420c25caf5ac72edea_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:c5acbd09ea84230e79e08d0091fbe0da17ce8e0905f1d9c46c2d6efab26f9d78_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:36755587f839b2c47adaf398c2346743e25038c436daac7e7253b799ff8e690a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:5d6e5a1075757bb435cb692024d2958e2292331a517d1032b65d2268036f3788_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:a945d69d070e0a5358d8451fcc50e67ca77b09f946c46bd2b1419fc5f38fb37a_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:d8a9b21e27185f57c6da96846f74cfac9d3361d8c7ce4805bdb89d4edc6c1b29_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:dd2ca2b97888416c8b80afea093b72448dc86629bb1c639e9678c2c692e0ec39_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:ebe97465d3cd4574d2129e3ab38774bd38d450380e422d36be434dc1453d672e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:450915fa93b94ccbbf053e62df503b53537435a3f41a0c38198f78ea1e94b80b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:7227150cea2a8adcc29e12b3da59587aa1a6c52a32cdd48c41c3a81b613b91cd_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:f97ff3b4f983ddd30285d8e8c0816b47f93b3e389791363d14d2e912bfc7606b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:040b6e9c9955e329a0f402f59e713609191700a064add10fd1a2a5f9e8e8a1aa_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:59b2a8b5c61d30b627a66348614df3bbd9a39f2b31c9b15dc69e665c23eb15bf_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:7134af93863a6bd4b0b5bb11d86d0397d5d3bde79b71e8981f4e27550141e2e9_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:e04b7692f5d0bd0d48d990807c6d1c55ca2a7f284c3b48aa557aa9f11b841920_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:7c39222532f3d3247432d439f179f457eb55748b1d252173692b5feb50aa03a4_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:869c78d037b918ed96f8288c189dffb3a73a2e056ca210483c7ef98866bbbfb8_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:cd913d30a4e7c6a65df4ae0415fa3fa2d945ae298b4cdb0f27f74205a7499814_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:f178e112ab8db833aec6e85c48227604cde25ec02b0e1a8a291efa959afcf7e1_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:8f07f45728be81becd927d81513d1a4eb9cf119730f6104910519fd896c44f94_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:c20ff224739974a68d1397ee45520d0d1d00af115b0f8777a8a8ffb70811762f_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:cc50af7805f11da9c2820bc3cd6258b3d739878d82faf38debed2fbff3226643_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:5ee30837a0b18143ed4410a879449197df831aa9da3f9e34d984bba54ea4933a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:6aadd2e1cbe192ec68406bdf96a3125b2b408ee1544b5379fee049d711c0ec7c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:ed1f1d9c52cae74b9ba277d8b458235a6f889c6970939da5d14566a4df33ca9d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:18cc0feb72e3373314a76d955ee7658f5ebfa2d7626a604a5a71cb0a6d377a99_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:2b2335ac98fa4687353ab96055d5a11c15653e8ee61e102029b31d6b8eec7293_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:5fb6dc48aedd9ca60676f5f3e81b9fe9060fb4c62d22bae50da3c0ba09bf4f2f_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:fbbb03b4b3860e0781ab33f33cfbaca2191d1ee2b8ab60b63cc1ffa7630a2932_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:1d0044891f122b29fe37da51ba2058b0e35f40bcf382750d5953f2fa747df2e3_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:1e8cda9bda7d3a47b07a9174e08d1859b1c1205ca81d5951ee80987e7bd93e09_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:2e25f7fd188cd070d77a85f41f9b59d9471ba6dbef4dbdfc0df7b34f87bc605c_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:ad4705d6e080d91c497d3d5d60694f0b3c867036977c7229a3321414e7a6c261_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:64bfb313027c6795160078915c238bc77379781c7316ba251cb3c762cdfd5c35_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:b48272102bd84914525944f43b25424ac8107684604c5467dc8fe8621567368c_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:b9eac319261085e82a1ef2257560e6c42c75cbb93ea28c9a35687d1141e02b2d_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:303719e90364646b758fb09b7d794fe3df667b433238e7eb5608fb1a68f0a916_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:58f4a8de4884bfafab44af61ed88de7ee89910e89607d0305a10c9f75400f877_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:7208254fcdcdc8544cc7e14ed788fa481ae47fd574a3e72fc82ea3bd42b01e2e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:d13a6ec8126d862628abdeb4a98f4cb6c177e10856c347d118ec2ce02a550055_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:1555cb387d9245294fb2a4a769d16850fa81d23c3cd37ae12db1b236958920bd_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:38ecc809db4dc7555c1802e36be5d77e40c8e808039c4b39dff6c31477c213c0_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:b6277c661f62a2693a3dd522c555a3f9b7dc4f109f7eca7f6b77b4f662deef2c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:102ecaa53a174455c8392a9e221dd0f332613fc0c0e206182c4c483cbd7f9ff3_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:16883eec33baacfd7397f06defdb64d7f6ae0a41ef1cfd9f4b8c3523687abe54_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:69c1d64898f84bfea2cf8d732560c529dea09a5e9cabe5a6d490dced46b8d565_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:4c55cf259697e6add1bf6c007069e9c9662113c5ce1fad721bca824598d04e6f_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:d824b7fb9d7e36f008ce9541fd945aaa22042ad25360ccb2e50e81bc2b75522d_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:ed32cb24e244040bb13d1ec5a8413e12c739f5ba8b184b885eb8838a32da6b63_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:efc7101ccfaee51eb247d19970a29d91c2163f570bfbc7cfb05ea9bc518500e1_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:2bdda576e27f6b8688c4083845f5127643fd7c7d70e2873e2d8cb4074d02e3ce_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:30c4ba553c28e92404dc3d608737573754afdd3bb36b9f8647b2d778d4dd9ae3_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:312d28ca82c64be6453547f52184a78f1096726ece096ed28e8059585842e796_ppc64le | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated images are now available for RHODF-4.15-RHEL-9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenShift Data Foundation is software-defined storage integrated with and optimized for the Red Hat OpenShift Data Foundation. Red Hat OpenShift DataFoundation is a highly scalable, production-grade persistent storage for stateful applications running in the Red Hat OpenShift Container Platform. In addition to persistent storage, Red Hat OpenShift Data Foundation provisions a multi-cloud data management service with an S3 compatible API.\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html (CVE-2024-45338)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"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-2025:3542",
"url": "https://access.redhat.com/errata/RHSA-2025:3542"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "DFBUGS-1345",
"url": "https://issues.redhat.com/browse/DFBUGS-1345"
},
{
"category": "external",
"summary": "DFBUGS-913",
"url": "https://issues.redhat.com/browse/DFBUGS-913"
},
{
"category": "external",
"summary": "DFBUGS-944",
"url": "https://issues.redhat.com/browse/DFBUGS-944"
},
{
"category": "external",
"summary": "DFBUGS-979",
"url": "https://issues.redhat.com/browse/DFBUGS-979"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3542.json"
}
],
"title": "Red Hat Security Advisory: RHODF-4.15-RHEL-9 security update",
"tracking": {
"current_release_date": "2026-06-16T10:14:20+00:00",
"generator": {
"date": "2026-06-16T10:14:20+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:3542",
"initial_release_date": "2025-04-02T19:51:02+00:00",
"revision_history": [
{
"date": "2025-04-02T19:51:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-02T19:51:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-16T10:14:20+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHODF 4.15 for RHEL 9",
"product": {
"name": "RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-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": "odf4/cephcsi-rhel9@sha256:dfa7a6da4c316172b117a80ca6d4dccd173193baa5207ac052dfcf16bd6e0649_amd64",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:dfa7a6da4c316172b117a80ca6d4dccd173193baa5207ac052dfcf16bd6e0649_amd64",
"product_id": "odf4/cephcsi-rhel9@sha256:dfa7a6da4c316172b117a80ca6d4dccd173193baa5207ac052dfcf16bd6e0649_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:dfa7a6da4c316172b117a80ca6d4dccd173193baa5207ac052dfcf16bd6e0649?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:9ea768460f8017cbe5d2d48897be95d35ef8a415c6da84152517b55d7d27b584_amd64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:9ea768460f8017cbe5d2d48897be95d35ef8a415c6da84152517b55d7d27b584_amd64",
"product_id": "odf4/mcg-core-rhel9@sha256:9ea768460f8017cbe5d2d48897be95d35ef8a415c6da84152517b55d7d27b584_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:9ea768460f8017cbe5d2d48897be95d35ef8a415c6da84152517b55d7d27b584?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:54996beca536094a30d924c43e3a52ff615437e08b0bfae28589194819bb7e7b_amd64",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:54996beca536094a30d924c43e3a52ff615437e08b0bfae28589194819bb7e7b_amd64",
"product_id": "odf4/mcg-operator-bundle@sha256:54996beca536094a30d924c43e3a52ff615437e08b0bfae28589194819bb7e7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:54996beca536094a30d924c43e3a52ff615437e08b0bfae28589194819bb7e7b?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:aff6272b9ae5b95a1552173fa28b00c3bd26ab001357fcd92beab2b4e82998f9_amd64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:aff6272b9ae5b95a1552173fa28b00c3bd26ab001357fcd92beab2b4e82998f9_amd64",
"product_id": "odf4/mcg-rhel9-operator@sha256:aff6272b9ae5b95a1552173fa28b00c3bd26ab001357fcd92beab2b4e82998f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:aff6272b9ae5b95a1552173fa28b00c3bd26ab001357fcd92beab2b4e82998f9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:8282a7990053ea1bfbbfcb2f58ded06dead846e4074c512a57065f6c9fe824f1_amd64",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:8282a7990053ea1bfbbfcb2f58ded06dead846e4074c512a57065f6c9fe824f1_amd64",
"product_id": "odf4/ocs-client-console-rhel9@sha256:8282a7990053ea1bfbbfcb2f58ded06dead846e4074c512a57065f6c9fe824f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:8282a7990053ea1bfbbfcb2f58ded06dead846e4074c512a57065f6c9fe824f1?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:76ff157ecf4135855e29b7cb6752512a54ad2f9b7d42337b4e5a0635003cccd7_amd64",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:76ff157ecf4135855e29b7cb6752512a54ad2f9b7d42337b4e5a0635003cccd7_amd64",
"product_id": "odf4/ocs-client-operator-bundle@sha256:76ff157ecf4135855e29b7cb6752512a54ad2f9b7d42337b4e5a0635003cccd7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:76ff157ecf4135855e29b7cb6752512a54ad2f9b7d42337b4e5a0635003cccd7?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:6d76e5388f91606338eb730c7ab757352ec2c0e163c02222014262d953667810_amd64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:6d76e5388f91606338eb730c7ab757352ec2c0e163c02222014262d953667810_amd64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:6d76e5388f91606338eb730c7ab757352ec2c0e163c02222014262d953667810_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:6d76e5388f91606338eb730c7ab757352ec2c0e163c02222014262d953667810?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:0af8d8f55c93aadd0bef2a6a092e972187e8cb020de54a0a6f547d7ecd7646e5_amd64",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:0af8d8f55c93aadd0bef2a6a092e972187e8cb020de54a0a6f547d7ecd7646e5_amd64",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:0af8d8f55c93aadd0bef2a6a092e972187e8cb020de54a0a6f547d7ecd7646e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:0af8d8f55c93aadd0bef2a6a092e972187e8cb020de54a0a6f547d7ecd7646e5?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.15.13-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:47ae26a5548ad25ea602bf92cabee281fe76ad55cc5bb20878b7073a64a3b2d0_amd64",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:47ae26a5548ad25ea602bf92cabee281fe76ad55cc5bb20878b7073a64a3b2d0_amd64",
"product_id": "odf4/ocs-operator-bundle@sha256:47ae26a5548ad25ea602bf92cabee281fe76ad55cc5bb20878b7073a64a3b2d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:47ae26a5548ad25ea602bf92cabee281fe76ad55cc5bb20878b7073a64a3b2d0?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:1a72b27098021c575f6720904963fb19f928c7c5e33928fdca909f17df513b98_amd64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:1a72b27098021c575f6720904963fb19f928c7c5e33928fdca909f17df513b98_amd64",
"product_id": "odf4/ocs-rhel9-operator@sha256:1a72b27098021c575f6720904963fb19f928c7c5e33928fdca909f17df513b98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:1a72b27098021c575f6720904963fb19f928c7c5e33928fdca909f17df513b98?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:33b558053565e3839dbcd52f590aec522f64f43eb606379ba95cca46b67e24da_amd64",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:33b558053565e3839dbcd52f590aec522f64f43eb606379ba95cca46b67e24da_amd64",
"product_id": "odf4/odf-cli-rhel9@sha256:33b558053565e3839dbcd52f590aec522f64f43eb606379ba95cca46b67e24da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:33b558053565e3839dbcd52f590aec522f64f43eb606379ba95cca46b67e24da?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:5d6e5a1075757bb435cb692024d2958e2292331a517d1032b65d2268036f3788_amd64",
"product": {
"name": "odf4/odf-console-rhel9@sha256:5d6e5a1075757bb435cb692024d2958e2292331a517d1032b65d2268036f3788_amd64",
"product_id": "odf4/odf-console-rhel9@sha256:5d6e5a1075757bb435cb692024d2958e2292331a517d1032b65d2268036f3788_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:5d6e5a1075757bb435cb692024d2958e2292331a517d1032b65d2268036f3788?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:dd2ca2b97888416c8b80afea093b72448dc86629bb1c639e9678c2c692e0ec39_amd64",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:dd2ca2b97888416c8b80afea093b72448dc86629bb1c639e9678c2c692e0ec39_amd64",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:dd2ca2b97888416c8b80afea093b72448dc86629bb1c639e9678c2c692e0ec39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:dd2ca2b97888416c8b80afea093b72448dc86629bb1c639e9678c2c692e0ec39?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:7227150cea2a8adcc29e12b3da59587aa1a6c52a32cdd48c41c3a81b613b91cd_amd64",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:7227150cea2a8adcc29e12b3da59587aa1a6c52a32cdd48c41c3a81b613b91cd_amd64",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:7227150cea2a8adcc29e12b3da59587aa1a6c52a32cdd48c41c3a81b613b91cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:7227150cea2a8adcc29e12b3da59587aa1a6c52a32cdd48c41c3a81b613b91cd?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:040b6e9c9955e329a0f402f59e713609191700a064add10fd1a2a5f9e8e8a1aa_amd64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:040b6e9c9955e329a0f402f59e713609191700a064add10fd1a2a5f9e8e8a1aa_amd64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:040b6e9c9955e329a0f402f59e713609191700a064add10fd1a2a5f9e8e8a1aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:040b6e9c9955e329a0f402f59e713609191700a064add10fd1a2a5f9e8e8a1aa?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:cd913d30a4e7c6a65df4ae0415fa3fa2d945ae298b4cdb0f27f74205a7499814_amd64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:cd913d30a4e7c6a65df4ae0415fa3fa2d945ae298b4cdb0f27f74205a7499814_amd64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:cd913d30a4e7c6a65df4ae0415fa3fa2d945ae298b4cdb0f27f74205a7499814_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:cd913d30a4e7c6a65df4ae0415fa3fa2d945ae298b4cdb0f27f74205a7499814?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:8f07f45728be81becd927d81513d1a4eb9cf119730f6104910519fd896c44f94_amd64",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:8f07f45728be81becd927d81513d1a4eb9cf119730f6104910519fd896c44f94_amd64",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:8f07f45728be81becd927d81513d1a4eb9cf119730f6104910519fd896c44f94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:8f07f45728be81becd927d81513d1a4eb9cf119730f6104910519fd896c44f94?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:6aadd2e1cbe192ec68406bdf96a3125b2b408ee1544b5379fee049d711c0ec7c_amd64",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:6aadd2e1cbe192ec68406bdf96a3125b2b408ee1544b5379fee049d711c0ec7c_amd64",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:6aadd2e1cbe192ec68406bdf96a3125b2b408ee1544b5379fee049d711c0ec7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:6aadd2e1cbe192ec68406bdf96a3125b2b408ee1544b5379fee049d711c0ec7c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:18cc0feb72e3373314a76d955ee7658f5ebfa2d7626a604a5a71cb0a6d377a99_amd64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:18cc0feb72e3373314a76d955ee7658f5ebfa2d7626a604a5a71cb0a6d377a99_amd64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:18cc0feb72e3373314a76d955ee7658f5ebfa2d7626a604a5a71cb0a6d377a99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:18cc0feb72e3373314a76d955ee7658f5ebfa2d7626a604a5a71cb0a6d377a99?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:1d0044891f122b29fe37da51ba2058b0e35f40bcf382750d5953f2fa747df2e3_amd64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:1d0044891f122b29fe37da51ba2058b0e35f40bcf382750d5953f2fa747df2e3_amd64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:1d0044891f122b29fe37da51ba2058b0e35f40bcf382750d5953f2fa747df2e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:1d0044891f122b29fe37da51ba2058b0e35f40bcf382750d5953f2fa747df2e3?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:64bfb313027c6795160078915c238bc77379781c7316ba251cb3c762cdfd5c35_amd64",
"product": {
"name": "odf4/odf-operator-bundle@sha256:64bfb313027c6795160078915c238bc77379781c7316ba251cb3c762cdfd5c35_amd64",
"product_id": "odf4/odf-operator-bundle@sha256:64bfb313027c6795160078915c238bc77379781c7316ba251cb3c762cdfd5c35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:64bfb313027c6795160078915c238bc77379781c7316ba251cb3c762cdfd5c35?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:58f4a8de4884bfafab44af61ed88de7ee89910e89607d0305a10c9f75400f877_amd64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:58f4a8de4884bfafab44af61ed88de7ee89910e89607d0305a10c9f75400f877_amd64",
"product_id": "odf4/odf-rhel9-operator@sha256:58f4a8de4884bfafab44af61ed88de7ee89910e89607d0305a10c9f75400f877_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:58f4a8de4884bfafab44af61ed88de7ee89910e89607d0305a10c9f75400f877?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:b6277c661f62a2693a3dd522c555a3f9b7dc4f109f7eca7f6b77b4f662deef2c_amd64",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:b6277c661f62a2693a3dd522c555a3f9b7dc4f109f7eca7f6b77b4f662deef2c_amd64",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:b6277c661f62a2693a3dd522c555a3f9b7dc4f109f7eca7f6b77b4f662deef2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:b6277c661f62a2693a3dd522c555a3f9b7dc4f109f7eca7f6b77b4f662deef2c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:69c1d64898f84bfea2cf8d732560c529dea09a5e9cabe5a6d490dced46b8d565_amd64",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:69c1d64898f84bfea2cf8d732560c529dea09a5e9cabe5a6d490dced46b8d565_amd64",
"product_id": "odf4/odr-hub-operator-bundle@sha256:69c1d64898f84bfea2cf8d732560c529dea09a5e9cabe5a6d490dced46b8d565_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:69c1d64898f84bfea2cf8d732560c529dea09a5e9cabe5a6d490dced46b8d565?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:4c55cf259697e6add1bf6c007069e9c9662113c5ce1fad721bca824598d04e6f_amd64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:4c55cf259697e6add1bf6c007069e9c9662113c5ce1fad721bca824598d04e6f_amd64",
"product_id": "odf4/odr-rhel9-operator@sha256:4c55cf259697e6add1bf6c007069e9c9662113c5ce1fad721bca824598d04e6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:4c55cf259697e6add1bf6c007069e9c9662113c5ce1fad721bca824598d04e6f?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:30c4ba553c28e92404dc3d608737573754afdd3bb36b9f8647b2d778d4dd9ae3_amd64",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:30c4ba553c28e92404dc3d608737573754afdd3bb36b9f8647b2d778d4dd9ae3_amd64",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:30c4ba553c28e92404dc3d608737573754afdd3bb36b9f8647b2d778d4dd9ae3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:30c4ba553c28e92404dc3d608737573754afdd3bb36b9f8647b2d778d4dd9ae3?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.15.13-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:39987d89492b40620910dfea5bfcb4f5456faec3c5cc0f008cff3c62f48166de_s390x",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:39987d89492b40620910dfea5bfcb4f5456faec3c5cc0f008cff3c62f48166de_s390x",
"product_id": "odf4/cephcsi-rhel9@sha256:39987d89492b40620910dfea5bfcb4f5456faec3c5cc0f008cff3c62f48166de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:39987d89492b40620910dfea5bfcb4f5456faec3c5cc0f008cff3c62f48166de?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:9132b7bae3bf3872f4cb2836136932d70a850ab04837a827d147bd007f61e907_s390x",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:9132b7bae3bf3872f4cb2836136932d70a850ab04837a827d147bd007f61e907_s390x",
"product_id": "odf4/mcg-core-rhel9@sha256:9132b7bae3bf3872f4cb2836136932d70a850ab04837a827d147bd007f61e907_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:9132b7bae3bf3872f4cb2836136932d70a850ab04837a827d147bd007f61e907?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:eabebc3a64689b08b82d49375f3c640574651a9ad3a3da75d250f92cd5dedb22_s390x",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:eabebc3a64689b08b82d49375f3c640574651a9ad3a3da75d250f92cd5dedb22_s390x",
"product_id": "odf4/mcg-operator-bundle@sha256:eabebc3a64689b08b82d49375f3c640574651a9ad3a3da75d250f92cd5dedb22_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:eabebc3a64689b08b82d49375f3c640574651a9ad3a3da75d250f92cd5dedb22?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:37a49dd28d4e4c70d67a5347df258ea7a0859224a1d648b04ff38b89aefead1f_s390x",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:37a49dd28d4e4c70d67a5347df258ea7a0859224a1d648b04ff38b89aefead1f_s390x",
"product_id": "odf4/mcg-rhel9-operator@sha256:37a49dd28d4e4c70d67a5347df258ea7a0859224a1d648b04ff38b89aefead1f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:37a49dd28d4e4c70d67a5347df258ea7a0859224a1d648b04ff38b89aefead1f?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:4d0a582844fc0a5da3de30ceeb47427f910c993aa76c8e29630e5a2125cf623c_s390x",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:4d0a582844fc0a5da3de30ceeb47427f910c993aa76c8e29630e5a2125cf623c_s390x",
"product_id": "odf4/ocs-client-console-rhel9@sha256:4d0a582844fc0a5da3de30ceeb47427f910c993aa76c8e29630e5a2125cf623c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:4d0a582844fc0a5da3de30ceeb47427f910c993aa76c8e29630e5a2125cf623c?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:0c887785712767cecf50f89e09b194b1923082d8bdd5ed08f475c2f8335deb92_s390x",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:0c887785712767cecf50f89e09b194b1923082d8bdd5ed08f475c2f8335deb92_s390x",
"product_id": "odf4/ocs-client-operator-bundle@sha256:0c887785712767cecf50f89e09b194b1923082d8bdd5ed08f475c2f8335deb92_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:0c887785712767cecf50f89e09b194b1923082d8bdd5ed08f475c2f8335deb92?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:6dbbea183818a69e56b739b5434515008f9beeeab2a19b1de62f93ed21b40a41_s390x",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:6dbbea183818a69e56b739b5434515008f9beeeab2a19b1de62f93ed21b40a41_s390x",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:6dbbea183818a69e56b739b5434515008f9beeeab2a19b1de62f93ed21b40a41_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:6dbbea183818a69e56b739b5434515008f9beeeab2a19b1de62f93ed21b40a41?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:a83fb46285e3e5fb176799edbb7b58f75db44bee6e5bce5009b58d08f742bf5b_s390x",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:a83fb46285e3e5fb176799edbb7b58f75db44bee6e5bce5009b58d08f742bf5b_s390x",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:a83fb46285e3e5fb176799edbb7b58f75db44bee6e5bce5009b58d08f742bf5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:a83fb46285e3e5fb176799edbb7b58f75db44bee6e5bce5009b58d08f742bf5b?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.15.13-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:4f46fc1c076c375fc15a7ef7aca1a9cd06a1dc783835ebec9b9dbd5bffe4fecf_s390x",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:4f46fc1c076c375fc15a7ef7aca1a9cd06a1dc783835ebec9b9dbd5bffe4fecf_s390x",
"product_id": "odf4/ocs-operator-bundle@sha256:4f46fc1c076c375fc15a7ef7aca1a9cd06a1dc783835ebec9b9dbd5bffe4fecf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:4f46fc1c076c375fc15a7ef7aca1a9cd06a1dc783835ebec9b9dbd5bffe4fecf?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:5424e130fb363a582a73e9b6168323bf02c68a52b2d57fe6d08a8f15eb9329c6_s390x",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:5424e130fb363a582a73e9b6168323bf02c68a52b2d57fe6d08a8f15eb9329c6_s390x",
"product_id": "odf4/ocs-rhel9-operator@sha256:5424e130fb363a582a73e9b6168323bf02c68a52b2d57fe6d08a8f15eb9329c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:5424e130fb363a582a73e9b6168323bf02c68a52b2d57fe6d08a8f15eb9329c6?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:37964ea86c613e085111c1412f1eee7132c026aed976ae6cf8c34893af1294eb_s390x",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:37964ea86c613e085111c1412f1eee7132c026aed976ae6cf8c34893af1294eb_s390x",
"product_id": "odf4/odf-cli-rhel9@sha256:37964ea86c613e085111c1412f1eee7132c026aed976ae6cf8c34893af1294eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:37964ea86c613e085111c1412f1eee7132c026aed976ae6cf8c34893af1294eb?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:36755587f839b2c47adaf398c2346743e25038c436daac7e7253b799ff8e690a_s390x",
"product": {
"name": "odf4/odf-console-rhel9@sha256:36755587f839b2c47adaf398c2346743e25038c436daac7e7253b799ff8e690a_s390x",
"product_id": "odf4/odf-console-rhel9@sha256:36755587f839b2c47adaf398c2346743e25038c436daac7e7253b799ff8e690a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:36755587f839b2c47adaf398c2346743e25038c436daac7e7253b799ff8e690a?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:ebe97465d3cd4574d2129e3ab38774bd38d450380e422d36be434dc1453d672e_s390x",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:ebe97465d3cd4574d2129e3ab38774bd38d450380e422d36be434dc1453d672e_s390x",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:ebe97465d3cd4574d2129e3ab38774bd38d450380e422d36be434dc1453d672e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:ebe97465d3cd4574d2129e3ab38774bd38d450380e422d36be434dc1453d672e?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:f97ff3b4f983ddd30285d8e8c0816b47f93b3e389791363d14d2e912bfc7606b_s390x",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:f97ff3b4f983ddd30285d8e8c0816b47f93b3e389791363d14d2e912bfc7606b_s390x",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:f97ff3b4f983ddd30285d8e8c0816b47f93b3e389791363d14d2e912bfc7606b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:f97ff3b4f983ddd30285d8e8c0816b47f93b3e389791363d14d2e912bfc7606b?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:e04b7692f5d0bd0d48d990807c6d1c55ca2a7f284c3b48aa557aa9f11b841920_s390x",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:e04b7692f5d0bd0d48d990807c6d1c55ca2a7f284c3b48aa557aa9f11b841920_s390x",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:e04b7692f5d0bd0d48d990807c6d1c55ca2a7f284c3b48aa557aa9f11b841920_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:e04b7692f5d0bd0d48d990807c6d1c55ca2a7f284c3b48aa557aa9f11b841920?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:869c78d037b918ed96f8288c189dffb3a73a2e056ca210483c7ef98866bbbfb8_s390x",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:869c78d037b918ed96f8288c189dffb3a73a2e056ca210483c7ef98866bbbfb8_s390x",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:869c78d037b918ed96f8288c189dffb3a73a2e056ca210483c7ef98866bbbfb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:869c78d037b918ed96f8288c189dffb3a73a2e056ca210483c7ef98866bbbfb8?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:c20ff224739974a68d1397ee45520d0d1d00af115b0f8777a8a8ffb70811762f_s390x",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:c20ff224739974a68d1397ee45520d0d1d00af115b0f8777a8a8ffb70811762f_s390x",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:c20ff224739974a68d1397ee45520d0d1d00af115b0f8777a8a8ffb70811762f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:c20ff224739974a68d1397ee45520d0d1d00af115b0f8777a8a8ffb70811762f?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:5ee30837a0b18143ed4410a879449197df831aa9da3f9e34d984bba54ea4933a_s390x",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:5ee30837a0b18143ed4410a879449197df831aa9da3f9e34d984bba54ea4933a_s390x",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:5ee30837a0b18143ed4410a879449197df831aa9da3f9e34d984bba54ea4933a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:5ee30837a0b18143ed4410a879449197df831aa9da3f9e34d984bba54ea4933a?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:fbbb03b4b3860e0781ab33f33cfbaca2191d1ee2b8ab60b63cc1ffa7630a2932_s390x",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:fbbb03b4b3860e0781ab33f33cfbaca2191d1ee2b8ab60b63cc1ffa7630a2932_s390x",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:fbbb03b4b3860e0781ab33f33cfbaca2191d1ee2b8ab60b63cc1ffa7630a2932_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:fbbb03b4b3860e0781ab33f33cfbaca2191d1ee2b8ab60b63cc1ffa7630a2932?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:1e8cda9bda7d3a47b07a9174e08d1859b1c1205ca81d5951ee80987e7bd93e09_s390x",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:1e8cda9bda7d3a47b07a9174e08d1859b1c1205ca81d5951ee80987e7bd93e09_s390x",
"product_id": "odf4/odf-must-gather-rhel9@sha256:1e8cda9bda7d3a47b07a9174e08d1859b1c1205ca81d5951ee80987e7bd93e09_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:1e8cda9bda7d3a47b07a9174e08d1859b1c1205ca81d5951ee80987e7bd93e09?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:b9eac319261085e82a1ef2257560e6c42c75cbb93ea28c9a35687d1141e02b2d_s390x",
"product": {
"name": "odf4/odf-operator-bundle@sha256:b9eac319261085e82a1ef2257560e6c42c75cbb93ea28c9a35687d1141e02b2d_s390x",
"product_id": "odf4/odf-operator-bundle@sha256:b9eac319261085e82a1ef2257560e6c42c75cbb93ea28c9a35687d1141e02b2d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:b9eac319261085e82a1ef2257560e6c42c75cbb93ea28c9a35687d1141e02b2d?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:303719e90364646b758fb09b7d794fe3df667b433238e7eb5608fb1a68f0a916_s390x",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:303719e90364646b758fb09b7d794fe3df667b433238e7eb5608fb1a68f0a916_s390x",
"product_id": "odf4/odf-rhel9-operator@sha256:303719e90364646b758fb09b7d794fe3df667b433238e7eb5608fb1a68f0a916_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:303719e90364646b758fb09b7d794fe3df667b433238e7eb5608fb1a68f0a916?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:38ecc809db4dc7555c1802e36be5d77e40c8e808039c4b39dff6c31477c213c0_s390x",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:38ecc809db4dc7555c1802e36be5d77e40c8e808039c4b39dff6c31477c213c0_s390x",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:38ecc809db4dc7555c1802e36be5d77e40c8e808039c4b39dff6c31477c213c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:38ecc809db4dc7555c1802e36be5d77e40c8e808039c4b39dff6c31477c213c0?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:102ecaa53a174455c8392a9e221dd0f332613fc0c0e206182c4c483cbd7f9ff3_s390x",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:102ecaa53a174455c8392a9e221dd0f332613fc0c0e206182c4c483cbd7f9ff3_s390x",
"product_id": "odf4/odr-hub-operator-bundle@sha256:102ecaa53a174455c8392a9e221dd0f332613fc0c0e206182c4c483cbd7f9ff3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:102ecaa53a174455c8392a9e221dd0f332613fc0c0e206182c4c483cbd7f9ff3?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:ed32cb24e244040bb13d1ec5a8413e12c739f5ba8b184b885eb8838a32da6b63_s390x",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:ed32cb24e244040bb13d1ec5a8413e12c739f5ba8b184b885eb8838a32da6b63_s390x",
"product_id": "odf4/odr-rhel9-operator@sha256:ed32cb24e244040bb13d1ec5a8413e12c739f5ba8b184b885eb8838a32da6b63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:ed32cb24e244040bb13d1ec5a8413e12c739f5ba8b184b885eb8838a32da6b63?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:2bdda576e27f6b8688c4083845f5127643fd7c7d70e2873e2d8cb4074d02e3ce_s390x",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:2bdda576e27f6b8688c4083845f5127643fd7c7d70e2873e2d8cb4074d02e3ce_s390x",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:2bdda576e27f6b8688c4083845f5127643fd7c7d70e2873e2d8cb4074d02e3ce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:2bdda576e27f6b8688c4083845f5127643fd7c7d70e2873e2d8cb4074d02e3ce?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.15.13-3"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:6d47ae3d82057f74c134d0991aec82f792fc5f5e8be68c2cd355e839ed164cbe_ppc64le",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:6d47ae3d82057f74c134d0991aec82f792fc5f5e8be68c2cd355e839ed164cbe_ppc64le",
"product_id": "odf4/cephcsi-rhel9@sha256:6d47ae3d82057f74c134d0991aec82f792fc5f5e8be68c2cd355e839ed164cbe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:6d47ae3d82057f74c134d0991aec82f792fc5f5e8be68c2cd355e839ed164cbe?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:039d7784c93a2432dfdb38db7685c74c49b58add758fc3a89eadf0d0b0e449a5_ppc64le",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:039d7784c93a2432dfdb38db7685c74c49b58add758fc3a89eadf0d0b0e449a5_ppc64le",
"product_id": "odf4/mcg-core-rhel9@sha256:039d7784c93a2432dfdb38db7685c74c49b58add758fc3a89eadf0d0b0e449a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:039d7784c93a2432dfdb38db7685c74c49b58add758fc3a89eadf0d0b0e449a5?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:5e2db5f8ef6366f227c564fc9ded923ad0d6c3b190113e480d3eb2165ef82c5d_ppc64le",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:5e2db5f8ef6366f227c564fc9ded923ad0d6c3b190113e480d3eb2165ef82c5d_ppc64le",
"product_id": "odf4/mcg-operator-bundle@sha256:5e2db5f8ef6366f227c564fc9ded923ad0d6c3b190113e480d3eb2165ef82c5d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:5e2db5f8ef6366f227c564fc9ded923ad0d6c3b190113e480d3eb2165ef82c5d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:90ea93b88a80e33ab56e8fa4ae37ce34b8bef80281824dc27c4427355a4cd0d4_ppc64le",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:90ea93b88a80e33ab56e8fa4ae37ce34b8bef80281824dc27c4427355a4cd0d4_ppc64le",
"product_id": "odf4/mcg-rhel9-operator@sha256:90ea93b88a80e33ab56e8fa4ae37ce34b8bef80281824dc27c4427355a4cd0d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:90ea93b88a80e33ab56e8fa4ae37ce34b8bef80281824dc27c4427355a4cd0d4?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:f60a40d72b734d429221ae60ec638a2ff3db1227ac46aefc2f6268dd9e0f6659_ppc64le",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:f60a40d72b734d429221ae60ec638a2ff3db1227ac46aefc2f6268dd9e0f6659_ppc64le",
"product_id": "odf4/ocs-client-console-rhel9@sha256:f60a40d72b734d429221ae60ec638a2ff3db1227ac46aefc2f6268dd9e0f6659_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:f60a40d72b734d429221ae60ec638a2ff3db1227ac46aefc2f6268dd9e0f6659?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:c81ab813061a01f78cfd4c278f0dfee3c8dc15f04c87d924eae9866adf020309_ppc64le",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:c81ab813061a01f78cfd4c278f0dfee3c8dc15f04c87d924eae9866adf020309_ppc64le",
"product_id": "odf4/ocs-client-operator-bundle@sha256:c81ab813061a01f78cfd4c278f0dfee3c8dc15f04c87d924eae9866adf020309_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:c81ab813061a01f78cfd4c278f0dfee3c8dc15f04c87d924eae9866adf020309?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:c3a22d7caa7ef8da08ceea2593f7ea3c5fd20d6de387f5c108deaec0ef482b7b_ppc64le",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:c3a22d7caa7ef8da08ceea2593f7ea3c5fd20d6de387f5c108deaec0ef482b7b_ppc64le",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:c3a22d7caa7ef8da08ceea2593f7ea3c5fd20d6de387f5c108deaec0ef482b7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:c3a22d7caa7ef8da08ceea2593f7ea3c5fd20d6de387f5c108deaec0ef482b7b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:063ce7011522181d92e55998f9130d7e1cf757831f6682e5a2bd30abf76e2661_ppc64le",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:063ce7011522181d92e55998f9130d7e1cf757831f6682e5a2bd30abf76e2661_ppc64le",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:063ce7011522181d92e55998f9130d7e1cf757831f6682e5a2bd30abf76e2661_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:063ce7011522181d92e55998f9130d7e1cf757831f6682e5a2bd30abf76e2661?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.15.13-2"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:84d7c1cb1faf9589c057b938d731ddeb0b57f9a376cef5069ba49b14a95e9891_ppc64le",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:84d7c1cb1faf9589c057b938d731ddeb0b57f9a376cef5069ba49b14a95e9891_ppc64le",
"product_id": "odf4/ocs-operator-bundle@sha256:84d7c1cb1faf9589c057b938d731ddeb0b57f9a376cef5069ba49b14a95e9891_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:84d7c1cb1faf9589c057b938d731ddeb0b57f9a376cef5069ba49b14a95e9891?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:f74dafa055278595d6d57309d392cb5dd5ad238ae8963ca8bdaeb21b6cb5bc2e_ppc64le",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:f74dafa055278595d6d57309d392cb5dd5ad238ae8963ca8bdaeb21b6cb5bc2e_ppc64le",
"product_id": "odf4/ocs-rhel9-operator@sha256:f74dafa055278595d6d57309d392cb5dd5ad238ae8963ca8bdaeb21b6cb5bc2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:f74dafa055278595d6d57309d392cb5dd5ad238ae8963ca8bdaeb21b6cb5bc2e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:78e677cce335b1df23da8911e6f989876b82deea6e5a53420c25caf5ac72edea_ppc64le",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:78e677cce335b1df23da8911e6f989876b82deea6e5a53420c25caf5ac72edea_ppc64le",
"product_id": "odf4/odf-cli-rhel9@sha256:78e677cce335b1df23da8911e6f989876b82deea6e5a53420c25caf5ac72edea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:78e677cce335b1df23da8911e6f989876b82deea6e5a53420c25caf5ac72edea?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:a945d69d070e0a5358d8451fcc50e67ca77b09f946c46bd2b1419fc5f38fb37a_ppc64le",
"product": {
"name": "odf4/odf-console-rhel9@sha256:a945d69d070e0a5358d8451fcc50e67ca77b09f946c46bd2b1419fc5f38fb37a_ppc64le",
"product_id": "odf4/odf-console-rhel9@sha256:a945d69d070e0a5358d8451fcc50e67ca77b09f946c46bd2b1419fc5f38fb37a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:a945d69d070e0a5358d8451fcc50e67ca77b09f946c46bd2b1419fc5f38fb37a?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d8a9b21e27185f57c6da96846f74cfac9d3361d8c7ce4805bdb89d4edc6c1b29_ppc64le",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d8a9b21e27185f57c6da96846f74cfac9d3361d8c7ce4805bdb89d4edc6c1b29_ppc64le",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:d8a9b21e27185f57c6da96846f74cfac9d3361d8c7ce4805bdb89d4edc6c1b29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:d8a9b21e27185f57c6da96846f74cfac9d3361d8c7ce4805bdb89d4edc6c1b29?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:450915fa93b94ccbbf053e62df503b53537435a3f41a0c38198f78ea1e94b80b_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:450915fa93b94ccbbf053e62df503b53537435a3f41a0c38198f78ea1e94b80b_ppc64le",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:450915fa93b94ccbbf053e62df503b53537435a3f41a0c38198f78ea1e94b80b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:450915fa93b94ccbbf053e62df503b53537435a3f41a0c38198f78ea1e94b80b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:59b2a8b5c61d30b627a66348614df3bbd9a39f2b31c9b15dc69e665c23eb15bf_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:59b2a8b5c61d30b627a66348614df3bbd9a39f2b31c9b15dc69e665c23eb15bf_ppc64le",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:59b2a8b5c61d30b627a66348614df3bbd9a39f2b31c9b15dc69e665c23eb15bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:59b2a8b5c61d30b627a66348614df3bbd9a39f2b31c9b15dc69e665c23eb15bf?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:7c39222532f3d3247432d439f179f457eb55748b1d252173692b5feb50aa03a4_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:7c39222532f3d3247432d439f179f457eb55748b1d252173692b5feb50aa03a4_ppc64le",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:7c39222532f3d3247432d439f179f457eb55748b1d252173692b5feb50aa03a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:7c39222532f3d3247432d439f179f457eb55748b1d252173692b5feb50aa03a4?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:cc50af7805f11da9c2820bc3cd6258b3d739878d82faf38debed2fbff3226643_ppc64le",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:cc50af7805f11da9c2820bc3cd6258b3d739878d82faf38debed2fbff3226643_ppc64le",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:cc50af7805f11da9c2820bc3cd6258b3d739878d82faf38debed2fbff3226643_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:cc50af7805f11da9c2820bc3cd6258b3d739878d82faf38debed2fbff3226643?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:ed1f1d9c52cae74b9ba277d8b458235a6f889c6970939da5d14566a4df33ca9d_ppc64le",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:ed1f1d9c52cae74b9ba277d8b458235a6f889c6970939da5d14566a4df33ca9d_ppc64le",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:ed1f1d9c52cae74b9ba277d8b458235a6f889c6970939da5d14566a4df33ca9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:ed1f1d9c52cae74b9ba277d8b458235a6f889c6970939da5d14566a4df33ca9d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:2b2335ac98fa4687353ab96055d5a11c15653e8ee61e102029b31d6b8eec7293_ppc64le",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:2b2335ac98fa4687353ab96055d5a11c15653e8ee61e102029b31d6b8eec7293_ppc64le",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:2b2335ac98fa4687353ab96055d5a11c15653e8ee61e102029b31d6b8eec7293_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:2b2335ac98fa4687353ab96055d5a11c15653e8ee61e102029b31d6b8eec7293?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:ad4705d6e080d91c497d3d5d60694f0b3c867036977c7229a3321414e7a6c261_ppc64le",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:ad4705d6e080d91c497d3d5d60694f0b3c867036977c7229a3321414e7a6c261_ppc64le",
"product_id": "odf4/odf-must-gather-rhel9@sha256:ad4705d6e080d91c497d3d5d60694f0b3c867036977c7229a3321414e7a6c261_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:ad4705d6e080d91c497d3d5d60694f0b3c867036977c7229a3321414e7a6c261?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:b48272102bd84914525944f43b25424ac8107684604c5467dc8fe8621567368c_ppc64le",
"product": {
"name": "odf4/odf-operator-bundle@sha256:b48272102bd84914525944f43b25424ac8107684604c5467dc8fe8621567368c_ppc64le",
"product_id": "odf4/odf-operator-bundle@sha256:b48272102bd84914525944f43b25424ac8107684604c5467dc8fe8621567368c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:b48272102bd84914525944f43b25424ac8107684604c5467dc8fe8621567368c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:7208254fcdcdc8544cc7e14ed788fa481ae47fd574a3e72fc82ea3bd42b01e2e_ppc64le",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:7208254fcdcdc8544cc7e14ed788fa481ae47fd574a3e72fc82ea3bd42b01e2e_ppc64le",
"product_id": "odf4/odf-rhel9-operator@sha256:7208254fcdcdc8544cc7e14ed788fa481ae47fd574a3e72fc82ea3bd42b01e2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:7208254fcdcdc8544cc7e14ed788fa481ae47fd574a3e72fc82ea3bd42b01e2e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:1555cb387d9245294fb2a4a769d16850fa81d23c3cd37ae12db1b236958920bd_ppc64le",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:1555cb387d9245294fb2a4a769d16850fa81d23c3cd37ae12db1b236958920bd_ppc64le",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:1555cb387d9245294fb2a4a769d16850fa81d23c3cd37ae12db1b236958920bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:1555cb387d9245294fb2a4a769d16850fa81d23c3cd37ae12db1b236958920bd?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:16883eec33baacfd7397f06defdb64d7f6ae0a41ef1cfd9f4b8c3523687abe54_ppc64le",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:16883eec33baacfd7397f06defdb64d7f6ae0a41ef1cfd9f4b8c3523687abe54_ppc64le",
"product_id": "odf4/odr-hub-operator-bundle@sha256:16883eec33baacfd7397f06defdb64d7f6ae0a41ef1cfd9f4b8c3523687abe54_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:16883eec33baacfd7397f06defdb64d7f6ae0a41ef1cfd9f4b8c3523687abe54?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:efc7101ccfaee51eb247d19970a29d91c2163f570bfbc7cfb05ea9bc518500e1_ppc64le",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:efc7101ccfaee51eb247d19970a29d91c2163f570bfbc7cfb05ea9bc518500e1_ppc64le",
"product_id": "odf4/odr-rhel9-operator@sha256:efc7101ccfaee51eb247d19970a29d91c2163f570bfbc7cfb05ea9bc518500e1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:efc7101ccfaee51eb247d19970a29d91c2163f570bfbc7cfb05ea9bc518500e1?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:312d28ca82c64be6453547f52184a78f1096726ece096ed28e8059585842e796_ppc64le",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:312d28ca82c64be6453547f52184a78f1096726ece096ed28e8059585842e796_ppc64le",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:312d28ca82c64be6453547f52184a78f1096726ece096ed28e8059585842e796_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:312d28ca82c64be6453547f52184a78f1096726ece096ed28e8059585842e796?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.15.13-3"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:cd37fe49d2702c78a87c7299f5192ed1cc11c1178b8b633f7dced80f3b946fc3_arm64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:cd37fe49d2702c78a87c7299f5192ed1cc11c1178b8b633f7dced80f3b946fc3_arm64",
"product_id": "odf4/mcg-core-rhel9@sha256:cd37fe49d2702c78a87c7299f5192ed1cc11c1178b8b633f7dced80f3b946fc3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:cd37fe49d2702c78a87c7299f5192ed1cc11c1178b8b633f7dced80f3b946fc3?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:86347d437ac659fbba7ca5d630f67d6dfaf9b96b24bbe0d74353bcf5dea0c593_arm64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:86347d437ac659fbba7ca5d630f67d6dfaf9b96b24bbe0d74353bcf5dea0c593_arm64",
"product_id": "odf4/mcg-rhel9-operator@sha256:86347d437ac659fbba7ca5d630f67d6dfaf9b96b24bbe0d74353bcf5dea0c593_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:86347d437ac659fbba7ca5d630f67d6dfaf9b96b24bbe0d74353bcf5dea0c593?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:0a0d42d05ca14802c5fe8c2d9482cdcdf21e77ef27bd03a8237fe36d268d4b8d_arm64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:0a0d42d05ca14802c5fe8c2d9482cdcdf21e77ef27bd03a8237fe36d268d4b8d_arm64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:0a0d42d05ca14802c5fe8c2d9482cdcdf21e77ef27bd03a8237fe36d268d4b8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:0a0d42d05ca14802c5fe8c2d9482cdcdf21e77ef27bd03a8237fe36d268d4b8d?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:e53a5a6beacd5f4b0a261086c3cd8320bca975293d19bd44e722ac027541f323_arm64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:e53a5a6beacd5f4b0a261086c3cd8320bca975293d19bd44e722ac027541f323_arm64",
"product_id": "odf4/ocs-rhel9-operator@sha256:e53a5a6beacd5f4b0a261086c3cd8320bca975293d19bd44e722ac027541f323_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:e53a5a6beacd5f4b0a261086c3cd8320bca975293d19bd44e722ac027541f323?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:c5acbd09ea84230e79e08d0091fbe0da17ce8e0905f1d9c46c2d6efab26f9d78_arm64",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:c5acbd09ea84230e79e08d0091fbe0da17ce8e0905f1d9c46c2d6efab26f9d78_arm64",
"product_id": "odf4/odf-cli-rhel9@sha256:c5acbd09ea84230e79e08d0091fbe0da17ce8e0905f1d9c46c2d6efab26f9d78_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:c5acbd09ea84230e79e08d0091fbe0da17ce8e0905f1d9c46c2d6efab26f9d78?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:7134af93863a6bd4b0b5bb11d86d0397d5d3bde79b71e8981f4e27550141e2e9_arm64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:7134af93863a6bd4b0b5bb11d86d0397d5d3bde79b71e8981f4e27550141e2e9_arm64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:7134af93863a6bd4b0b5bb11d86d0397d5d3bde79b71e8981f4e27550141e2e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:7134af93863a6bd4b0b5bb11d86d0397d5d3bde79b71e8981f4e27550141e2e9?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:f178e112ab8db833aec6e85c48227604cde25ec02b0e1a8a291efa959afcf7e1_arm64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:f178e112ab8db833aec6e85c48227604cde25ec02b0e1a8a291efa959afcf7e1_arm64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:f178e112ab8db833aec6e85c48227604cde25ec02b0e1a8a291efa959afcf7e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:f178e112ab8db833aec6e85c48227604cde25ec02b0e1a8a291efa959afcf7e1?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:5fb6dc48aedd9ca60676f5f3e81b9fe9060fb4c62d22bae50da3c0ba09bf4f2f_arm64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:5fb6dc48aedd9ca60676f5f3e81b9fe9060fb4c62d22bae50da3c0ba09bf4f2f_arm64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:5fb6dc48aedd9ca60676f5f3e81b9fe9060fb4c62d22bae50da3c0ba09bf4f2f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:5fb6dc48aedd9ca60676f5f3e81b9fe9060fb4c62d22bae50da3c0ba09bf4f2f?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:2e25f7fd188cd070d77a85f41f9b59d9471ba6dbef4dbdfc0df7b34f87bc605c_arm64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:2e25f7fd188cd070d77a85f41f9b59d9471ba6dbef4dbdfc0df7b34f87bc605c_arm64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:2e25f7fd188cd070d77a85f41f9b59d9471ba6dbef4dbdfc0df7b34f87bc605c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:2e25f7fd188cd070d77a85f41f9b59d9471ba6dbef4dbdfc0df7b34f87bc605c?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:d13a6ec8126d862628abdeb4a98f4cb6c177e10856c347d118ec2ce02a550055_arm64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:d13a6ec8126d862628abdeb4a98f4cb6c177e10856c347d118ec2ce02a550055_arm64",
"product_id": "odf4/odf-rhel9-operator@sha256:d13a6ec8126d862628abdeb4a98f4cb6c177e10856c347d118ec2ce02a550055_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:d13a6ec8126d862628abdeb4a98f4cb6c177e10856c347d118ec2ce02a550055?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.15.13-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:d824b7fb9d7e36f008ce9541fd945aaa22042ad25360ccb2e50e81bc2b75522d_arm64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:d824b7fb9d7e36f008ce9541fd945aaa22042ad25360ccb2e50e81bc2b75522d_arm64",
"product_id": "odf4/odr-rhel9-operator@sha256:d824b7fb9d7e36f008ce9541fd945aaa22042ad25360ccb2e50e81bc2b75522d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:d824b7fb9d7e36f008ce9541fd945aaa22042ad25360ccb2e50e81bc2b75522d?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.15.13-3"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:39987d89492b40620910dfea5bfcb4f5456faec3c5cc0f008cff3c62f48166de_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:39987d89492b40620910dfea5bfcb4f5456faec3c5cc0f008cff3c62f48166de_s390x"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:39987d89492b40620910dfea5bfcb4f5456faec3c5cc0f008cff3c62f48166de_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:6d47ae3d82057f74c134d0991aec82f792fc5f5e8be68c2cd355e839ed164cbe_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:6d47ae3d82057f74c134d0991aec82f792fc5f5e8be68c2cd355e839ed164cbe_ppc64le"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:6d47ae3d82057f74c134d0991aec82f792fc5f5e8be68c2cd355e839ed164cbe_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:dfa7a6da4c316172b117a80ca6d4dccd173193baa5207ac052dfcf16bd6e0649_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:dfa7a6da4c316172b117a80ca6d4dccd173193baa5207ac052dfcf16bd6e0649_amd64"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:dfa7a6da4c316172b117a80ca6d4dccd173193baa5207ac052dfcf16bd6e0649_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:039d7784c93a2432dfdb38db7685c74c49b58add758fc3a89eadf0d0b0e449a5_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:039d7784c93a2432dfdb38db7685c74c49b58add758fc3a89eadf0d0b0e449a5_ppc64le"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:039d7784c93a2432dfdb38db7685c74c49b58add758fc3a89eadf0d0b0e449a5_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:9132b7bae3bf3872f4cb2836136932d70a850ab04837a827d147bd007f61e907_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:9132b7bae3bf3872f4cb2836136932d70a850ab04837a827d147bd007f61e907_s390x"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:9132b7bae3bf3872f4cb2836136932d70a850ab04837a827d147bd007f61e907_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:9ea768460f8017cbe5d2d48897be95d35ef8a415c6da84152517b55d7d27b584_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:9ea768460f8017cbe5d2d48897be95d35ef8a415c6da84152517b55d7d27b584_amd64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:9ea768460f8017cbe5d2d48897be95d35ef8a415c6da84152517b55d7d27b584_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:cd37fe49d2702c78a87c7299f5192ed1cc11c1178b8b633f7dced80f3b946fc3_arm64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:cd37fe49d2702c78a87c7299f5192ed1cc11c1178b8b633f7dced80f3b946fc3_arm64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:cd37fe49d2702c78a87c7299f5192ed1cc11c1178b8b633f7dced80f3b946fc3_arm64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:54996beca536094a30d924c43e3a52ff615437e08b0bfae28589194819bb7e7b_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:54996beca536094a30d924c43e3a52ff615437e08b0bfae28589194819bb7e7b_amd64"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:54996beca536094a30d924c43e3a52ff615437e08b0bfae28589194819bb7e7b_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:5e2db5f8ef6366f227c564fc9ded923ad0d6c3b190113e480d3eb2165ef82c5d_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:5e2db5f8ef6366f227c564fc9ded923ad0d6c3b190113e480d3eb2165ef82c5d_ppc64le"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:5e2db5f8ef6366f227c564fc9ded923ad0d6c3b190113e480d3eb2165ef82c5d_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:eabebc3a64689b08b82d49375f3c640574651a9ad3a3da75d250f92cd5dedb22_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:eabebc3a64689b08b82d49375f3c640574651a9ad3a3da75d250f92cd5dedb22_s390x"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:eabebc3a64689b08b82d49375f3c640574651a9ad3a3da75d250f92cd5dedb22_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:37a49dd28d4e4c70d67a5347df258ea7a0859224a1d648b04ff38b89aefead1f_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:37a49dd28d4e4c70d67a5347df258ea7a0859224a1d648b04ff38b89aefead1f_s390x"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:37a49dd28d4e4c70d67a5347df258ea7a0859224a1d648b04ff38b89aefead1f_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:86347d437ac659fbba7ca5d630f67d6dfaf9b96b24bbe0d74353bcf5dea0c593_arm64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:86347d437ac659fbba7ca5d630f67d6dfaf9b96b24bbe0d74353bcf5dea0c593_arm64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:86347d437ac659fbba7ca5d630f67d6dfaf9b96b24bbe0d74353bcf5dea0c593_arm64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:90ea93b88a80e33ab56e8fa4ae37ce34b8bef80281824dc27c4427355a4cd0d4_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:90ea93b88a80e33ab56e8fa4ae37ce34b8bef80281824dc27c4427355a4cd0d4_ppc64le"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:90ea93b88a80e33ab56e8fa4ae37ce34b8bef80281824dc27c4427355a4cd0d4_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:aff6272b9ae5b95a1552173fa28b00c3bd26ab001357fcd92beab2b4e82998f9_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:aff6272b9ae5b95a1552173fa28b00c3bd26ab001357fcd92beab2b4e82998f9_amd64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:aff6272b9ae5b95a1552173fa28b00c3bd26ab001357fcd92beab2b4e82998f9_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:4d0a582844fc0a5da3de30ceeb47427f910c993aa76c8e29630e5a2125cf623c_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:4d0a582844fc0a5da3de30ceeb47427f910c993aa76c8e29630e5a2125cf623c_s390x"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:4d0a582844fc0a5da3de30ceeb47427f910c993aa76c8e29630e5a2125cf623c_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:8282a7990053ea1bfbbfcb2f58ded06dead846e4074c512a57065f6c9fe824f1_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:8282a7990053ea1bfbbfcb2f58ded06dead846e4074c512a57065f6c9fe824f1_amd64"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:8282a7990053ea1bfbbfcb2f58ded06dead846e4074c512a57065f6c9fe824f1_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:f60a40d72b734d429221ae60ec638a2ff3db1227ac46aefc2f6268dd9e0f6659_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:f60a40d72b734d429221ae60ec638a2ff3db1227ac46aefc2f6268dd9e0f6659_ppc64le"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:f60a40d72b734d429221ae60ec638a2ff3db1227ac46aefc2f6268dd9e0f6659_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:0c887785712767cecf50f89e09b194b1923082d8bdd5ed08f475c2f8335deb92_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:0c887785712767cecf50f89e09b194b1923082d8bdd5ed08f475c2f8335deb92_s390x"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:0c887785712767cecf50f89e09b194b1923082d8bdd5ed08f475c2f8335deb92_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:76ff157ecf4135855e29b7cb6752512a54ad2f9b7d42337b4e5a0635003cccd7_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:76ff157ecf4135855e29b7cb6752512a54ad2f9b7d42337b4e5a0635003cccd7_amd64"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:76ff157ecf4135855e29b7cb6752512a54ad2f9b7d42337b4e5a0635003cccd7_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:c81ab813061a01f78cfd4c278f0dfee3c8dc15f04c87d924eae9866adf020309_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:c81ab813061a01f78cfd4c278f0dfee3c8dc15f04c87d924eae9866adf020309_ppc64le"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:c81ab813061a01f78cfd4c278f0dfee3c8dc15f04c87d924eae9866adf020309_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:0a0d42d05ca14802c5fe8c2d9482cdcdf21e77ef27bd03a8237fe36d268d4b8d_arm64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:0a0d42d05ca14802c5fe8c2d9482cdcdf21e77ef27bd03a8237fe36d268d4b8d_arm64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:0a0d42d05ca14802c5fe8c2d9482cdcdf21e77ef27bd03a8237fe36d268d4b8d_arm64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:6d76e5388f91606338eb730c7ab757352ec2c0e163c02222014262d953667810_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:6d76e5388f91606338eb730c7ab757352ec2c0e163c02222014262d953667810_amd64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:6d76e5388f91606338eb730c7ab757352ec2c0e163c02222014262d953667810_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:6dbbea183818a69e56b739b5434515008f9beeeab2a19b1de62f93ed21b40a41_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:6dbbea183818a69e56b739b5434515008f9beeeab2a19b1de62f93ed21b40a41_s390x"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:6dbbea183818a69e56b739b5434515008f9beeeab2a19b1de62f93ed21b40a41_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:c3a22d7caa7ef8da08ceea2593f7ea3c5fd20d6de387f5c108deaec0ef482b7b_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:c3a22d7caa7ef8da08ceea2593f7ea3c5fd20d6de387f5c108deaec0ef482b7b_ppc64le"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:c3a22d7caa7ef8da08ceea2593f7ea3c5fd20d6de387f5c108deaec0ef482b7b_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:063ce7011522181d92e55998f9130d7e1cf757831f6682e5a2bd30abf76e2661_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:063ce7011522181d92e55998f9130d7e1cf757831f6682e5a2bd30abf76e2661_ppc64le"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:063ce7011522181d92e55998f9130d7e1cf757831f6682e5a2bd30abf76e2661_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:0af8d8f55c93aadd0bef2a6a092e972187e8cb020de54a0a6f547d7ecd7646e5_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:0af8d8f55c93aadd0bef2a6a092e972187e8cb020de54a0a6f547d7ecd7646e5_amd64"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:0af8d8f55c93aadd0bef2a6a092e972187e8cb020de54a0a6f547d7ecd7646e5_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:a83fb46285e3e5fb176799edbb7b58f75db44bee6e5bce5009b58d08f742bf5b_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:a83fb46285e3e5fb176799edbb7b58f75db44bee6e5bce5009b58d08f742bf5b_s390x"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:a83fb46285e3e5fb176799edbb7b58f75db44bee6e5bce5009b58d08f742bf5b_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:47ae26a5548ad25ea602bf92cabee281fe76ad55cc5bb20878b7073a64a3b2d0_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:47ae26a5548ad25ea602bf92cabee281fe76ad55cc5bb20878b7073a64a3b2d0_amd64"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:47ae26a5548ad25ea602bf92cabee281fe76ad55cc5bb20878b7073a64a3b2d0_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:4f46fc1c076c375fc15a7ef7aca1a9cd06a1dc783835ebec9b9dbd5bffe4fecf_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:4f46fc1c076c375fc15a7ef7aca1a9cd06a1dc783835ebec9b9dbd5bffe4fecf_s390x"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:4f46fc1c076c375fc15a7ef7aca1a9cd06a1dc783835ebec9b9dbd5bffe4fecf_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:84d7c1cb1faf9589c057b938d731ddeb0b57f9a376cef5069ba49b14a95e9891_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:84d7c1cb1faf9589c057b938d731ddeb0b57f9a376cef5069ba49b14a95e9891_ppc64le"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:84d7c1cb1faf9589c057b938d731ddeb0b57f9a376cef5069ba49b14a95e9891_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:1a72b27098021c575f6720904963fb19f928c7c5e33928fdca909f17df513b98_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:1a72b27098021c575f6720904963fb19f928c7c5e33928fdca909f17df513b98_amd64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:1a72b27098021c575f6720904963fb19f928c7c5e33928fdca909f17df513b98_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:5424e130fb363a582a73e9b6168323bf02c68a52b2d57fe6d08a8f15eb9329c6_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:5424e130fb363a582a73e9b6168323bf02c68a52b2d57fe6d08a8f15eb9329c6_s390x"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:5424e130fb363a582a73e9b6168323bf02c68a52b2d57fe6d08a8f15eb9329c6_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:e53a5a6beacd5f4b0a261086c3cd8320bca975293d19bd44e722ac027541f323_arm64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:e53a5a6beacd5f4b0a261086c3cd8320bca975293d19bd44e722ac027541f323_arm64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:e53a5a6beacd5f4b0a261086c3cd8320bca975293d19bd44e722ac027541f323_arm64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:f74dafa055278595d6d57309d392cb5dd5ad238ae8963ca8bdaeb21b6cb5bc2e_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:f74dafa055278595d6d57309d392cb5dd5ad238ae8963ca8bdaeb21b6cb5bc2e_ppc64le"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:f74dafa055278595d6d57309d392cb5dd5ad238ae8963ca8bdaeb21b6cb5bc2e_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:33b558053565e3839dbcd52f590aec522f64f43eb606379ba95cca46b67e24da_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:33b558053565e3839dbcd52f590aec522f64f43eb606379ba95cca46b67e24da_amd64"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:33b558053565e3839dbcd52f590aec522f64f43eb606379ba95cca46b67e24da_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:37964ea86c613e085111c1412f1eee7132c026aed976ae6cf8c34893af1294eb_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:37964ea86c613e085111c1412f1eee7132c026aed976ae6cf8c34893af1294eb_s390x"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:37964ea86c613e085111c1412f1eee7132c026aed976ae6cf8c34893af1294eb_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:78e677cce335b1df23da8911e6f989876b82deea6e5a53420c25caf5ac72edea_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:78e677cce335b1df23da8911e6f989876b82deea6e5a53420c25caf5ac72edea_ppc64le"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:78e677cce335b1df23da8911e6f989876b82deea6e5a53420c25caf5ac72edea_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:c5acbd09ea84230e79e08d0091fbe0da17ce8e0905f1d9c46c2d6efab26f9d78_arm64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:c5acbd09ea84230e79e08d0091fbe0da17ce8e0905f1d9c46c2d6efab26f9d78_arm64"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:c5acbd09ea84230e79e08d0091fbe0da17ce8e0905f1d9c46c2d6efab26f9d78_arm64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:36755587f839b2c47adaf398c2346743e25038c436daac7e7253b799ff8e690a_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:36755587f839b2c47adaf398c2346743e25038c436daac7e7253b799ff8e690a_s390x"
},
"product_reference": "odf4/odf-console-rhel9@sha256:36755587f839b2c47adaf398c2346743e25038c436daac7e7253b799ff8e690a_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:5d6e5a1075757bb435cb692024d2958e2292331a517d1032b65d2268036f3788_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:5d6e5a1075757bb435cb692024d2958e2292331a517d1032b65d2268036f3788_amd64"
},
"product_reference": "odf4/odf-console-rhel9@sha256:5d6e5a1075757bb435cb692024d2958e2292331a517d1032b65d2268036f3788_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:a945d69d070e0a5358d8451fcc50e67ca77b09f946c46bd2b1419fc5f38fb37a_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:a945d69d070e0a5358d8451fcc50e67ca77b09f946c46bd2b1419fc5f38fb37a_ppc64le"
},
"product_reference": "odf4/odf-console-rhel9@sha256:a945d69d070e0a5358d8451fcc50e67ca77b09f946c46bd2b1419fc5f38fb37a_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d8a9b21e27185f57c6da96846f74cfac9d3361d8c7ce4805bdb89d4edc6c1b29_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:d8a9b21e27185f57c6da96846f74cfac9d3361d8c7ce4805bdb89d4edc6c1b29_ppc64le"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:d8a9b21e27185f57c6da96846f74cfac9d3361d8c7ce4805bdb89d4edc6c1b29_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:dd2ca2b97888416c8b80afea093b72448dc86629bb1c639e9678c2c692e0ec39_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:dd2ca2b97888416c8b80afea093b72448dc86629bb1c639e9678c2c692e0ec39_amd64"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:dd2ca2b97888416c8b80afea093b72448dc86629bb1c639e9678c2c692e0ec39_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:ebe97465d3cd4574d2129e3ab38774bd38d450380e422d36be434dc1453d672e_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:ebe97465d3cd4574d2129e3ab38774bd38d450380e422d36be434dc1453d672e_s390x"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:ebe97465d3cd4574d2129e3ab38774bd38d450380e422d36be434dc1453d672e_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:450915fa93b94ccbbf053e62df503b53537435a3f41a0c38198f78ea1e94b80b_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:450915fa93b94ccbbf053e62df503b53537435a3f41a0c38198f78ea1e94b80b_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:450915fa93b94ccbbf053e62df503b53537435a3f41a0c38198f78ea1e94b80b_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:7227150cea2a8adcc29e12b3da59587aa1a6c52a32cdd48c41c3a81b613b91cd_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:7227150cea2a8adcc29e12b3da59587aa1a6c52a32cdd48c41c3a81b613b91cd_amd64"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:7227150cea2a8adcc29e12b3da59587aa1a6c52a32cdd48c41c3a81b613b91cd_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:f97ff3b4f983ddd30285d8e8c0816b47f93b3e389791363d14d2e912bfc7606b_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:f97ff3b4f983ddd30285d8e8c0816b47f93b3e389791363d14d2e912bfc7606b_s390x"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:f97ff3b4f983ddd30285d8e8c0816b47f93b3e389791363d14d2e912bfc7606b_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:040b6e9c9955e329a0f402f59e713609191700a064add10fd1a2a5f9e8e8a1aa_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:040b6e9c9955e329a0f402f59e713609191700a064add10fd1a2a5f9e8e8a1aa_amd64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:040b6e9c9955e329a0f402f59e713609191700a064add10fd1a2a5f9e8e8a1aa_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:59b2a8b5c61d30b627a66348614df3bbd9a39f2b31c9b15dc69e665c23eb15bf_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:59b2a8b5c61d30b627a66348614df3bbd9a39f2b31c9b15dc69e665c23eb15bf_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:59b2a8b5c61d30b627a66348614df3bbd9a39f2b31c9b15dc69e665c23eb15bf_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:7134af93863a6bd4b0b5bb11d86d0397d5d3bde79b71e8981f4e27550141e2e9_arm64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:7134af93863a6bd4b0b5bb11d86d0397d5d3bde79b71e8981f4e27550141e2e9_arm64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:7134af93863a6bd4b0b5bb11d86d0397d5d3bde79b71e8981f4e27550141e2e9_arm64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:e04b7692f5d0bd0d48d990807c6d1c55ca2a7f284c3b48aa557aa9f11b841920_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:e04b7692f5d0bd0d48d990807c6d1c55ca2a7f284c3b48aa557aa9f11b841920_s390x"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:e04b7692f5d0bd0d48d990807c6d1c55ca2a7f284c3b48aa557aa9f11b841920_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:7c39222532f3d3247432d439f179f457eb55748b1d252173692b5feb50aa03a4_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:7c39222532f3d3247432d439f179f457eb55748b1d252173692b5feb50aa03a4_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:7c39222532f3d3247432d439f179f457eb55748b1d252173692b5feb50aa03a4_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:869c78d037b918ed96f8288c189dffb3a73a2e056ca210483c7ef98866bbbfb8_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:869c78d037b918ed96f8288c189dffb3a73a2e056ca210483c7ef98866bbbfb8_s390x"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:869c78d037b918ed96f8288c189dffb3a73a2e056ca210483c7ef98866bbbfb8_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:cd913d30a4e7c6a65df4ae0415fa3fa2d945ae298b4cdb0f27f74205a7499814_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:cd913d30a4e7c6a65df4ae0415fa3fa2d945ae298b4cdb0f27f74205a7499814_amd64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:cd913d30a4e7c6a65df4ae0415fa3fa2d945ae298b4cdb0f27f74205a7499814_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:f178e112ab8db833aec6e85c48227604cde25ec02b0e1a8a291efa959afcf7e1_arm64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:f178e112ab8db833aec6e85c48227604cde25ec02b0e1a8a291efa959afcf7e1_arm64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:f178e112ab8db833aec6e85c48227604cde25ec02b0e1a8a291efa959afcf7e1_arm64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:8f07f45728be81becd927d81513d1a4eb9cf119730f6104910519fd896c44f94_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:8f07f45728be81becd927d81513d1a4eb9cf119730f6104910519fd896c44f94_amd64"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:8f07f45728be81becd927d81513d1a4eb9cf119730f6104910519fd896c44f94_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:c20ff224739974a68d1397ee45520d0d1d00af115b0f8777a8a8ffb70811762f_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:c20ff224739974a68d1397ee45520d0d1d00af115b0f8777a8a8ffb70811762f_s390x"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:c20ff224739974a68d1397ee45520d0d1d00af115b0f8777a8a8ffb70811762f_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:cc50af7805f11da9c2820bc3cd6258b3d739878d82faf38debed2fbff3226643_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:cc50af7805f11da9c2820bc3cd6258b3d739878d82faf38debed2fbff3226643_ppc64le"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:cc50af7805f11da9c2820bc3cd6258b3d739878d82faf38debed2fbff3226643_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:5ee30837a0b18143ed4410a879449197df831aa9da3f9e34d984bba54ea4933a_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:5ee30837a0b18143ed4410a879449197df831aa9da3f9e34d984bba54ea4933a_s390x"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:5ee30837a0b18143ed4410a879449197df831aa9da3f9e34d984bba54ea4933a_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:6aadd2e1cbe192ec68406bdf96a3125b2b408ee1544b5379fee049d711c0ec7c_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:6aadd2e1cbe192ec68406bdf96a3125b2b408ee1544b5379fee049d711c0ec7c_amd64"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:6aadd2e1cbe192ec68406bdf96a3125b2b408ee1544b5379fee049d711c0ec7c_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:ed1f1d9c52cae74b9ba277d8b458235a6f889c6970939da5d14566a4df33ca9d_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:ed1f1d9c52cae74b9ba277d8b458235a6f889c6970939da5d14566a4df33ca9d_ppc64le"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:ed1f1d9c52cae74b9ba277d8b458235a6f889c6970939da5d14566a4df33ca9d_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:18cc0feb72e3373314a76d955ee7658f5ebfa2d7626a604a5a71cb0a6d377a99_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:18cc0feb72e3373314a76d955ee7658f5ebfa2d7626a604a5a71cb0a6d377a99_amd64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:18cc0feb72e3373314a76d955ee7658f5ebfa2d7626a604a5a71cb0a6d377a99_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:2b2335ac98fa4687353ab96055d5a11c15653e8ee61e102029b31d6b8eec7293_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:2b2335ac98fa4687353ab96055d5a11c15653e8ee61e102029b31d6b8eec7293_ppc64le"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:2b2335ac98fa4687353ab96055d5a11c15653e8ee61e102029b31d6b8eec7293_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:5fb6dc48aedd9ca60676f5f3e81b9fe9060fb4c62d22bae50da3c0ba09bf4f2f_arm64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:5fb6dc48aedd9ca60676f5f3e81b9fe9060fb4c62d22bae50da3c0ba09bf4f2f_arm64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:5fb6dc48aedd9ca60676f5f3e81b9fe9060fb4c62d22bae50da3c0ba09bf4f2f_arm64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:fbbb03b4b3860e0781ab33f33cfbaca2191d1ee2b8ab60b63cc1ffa7630a2932_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:fbbb03b4b3860e0781ab33f33cfbaca2191d1ee2b8ab60b63cc1ffa7630a2932_s390x"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:fbbb03b4b3860e0781ab33f33cfbaca2191d1ee2b8ab60b63cc1ffa7630a2932_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:1d0044891f122b29fe37da51ba2058b0e35f40bcf382750d5953f2fa747df2e3_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:1d0044891f122b29fe37da51ba2058b0e35f40bcf382750d5953f2fa747df2e3_amd64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:1d0044891f122b29fe37da51ba2058b0e35f40bcf382750d5953f2fa747df2e3_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:1e8cda9bda7d3a47b07a9174e08d1859b1c1205ca81d5951ee80987e7bd93e09_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:1e8cda9bda7d3a47b07a9174e08d1859b1c1205ca81d5951ee80987e7bd93e09_s390x"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:1e8cda9bda7d3a47b07a9174e08d1859b1c1205ca81d5951ee80987e7bd93e09_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:2e25f7fd188cd070d77a85f41f9b59d9471ba6dbef4dbdfc0df7b34f87bc605c_arm64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:2e25f7fd188cd070d77a85f41f9b59d9471ba6dbef4dbdfc0df7b34f87bc605c_arm64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:2e25f7fd188cd070d77a85f41f9b59d9471ba6dbef4dbdfc0df7b34f87bc605c_arm64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:ad4705d6e080d91c497d3d5d60694f0b3c867036977c7229a3321414e7a6c261_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:ad4705d6e080d91c497d3d5d60694f0b3c867036977c7229a3321414e7a6c261_ppc64le"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:ad4705d6e080d91c497d3d5d60694f0b3c867036977c7229a3321414e7a6c261_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:64bfb313027c6795160078915c238bc77379781c7316ba251cb3c762cdfd5c35_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:64bfb313027c6795160078915c238bc77379781c7316ba251cb3c762cdfd5c35_amd64"
},
"product_reference": "odf4/odf-operator-bundle@sha256:64bfb313027c6795160078915c238bc77379781c7316ba251cb3c762cdfd5c35_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:b48272102bd84914525944f43b25424ac8107684604c5467dc8fe8621567368c_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:b48272102bd84914525944f43b25424ac8107684604c5467dc8fe8621567368c_ppc64le"
},
"product_reference": "odf4/odf-operator-bundle@sha256:b48272102bd84914525944f43b25424ac8107684604c5467dc8fe8621567368c_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:b9eac319261085e82a1ef2257560e6c42c75cbb93ea28c9a35687d1141e02b2d_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:b9eac319261085e82a1ef2257560e6c42c75cbb93ea28c9a35687d1141e02b2d_s390x"
},
"product_reference": "odf4/odf-operator-bundle@sha256:b9eac319261085e82a1ef2257560e6c42c75cbb93ea28c9a35687d1141e02b2d_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:303719e90364646b758fb09b7d794fe3df667b433238e7eb5608fb1a68f0a916_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:303719e90364646b758fb09b7d794fe3df667b433238e7eb5608fb1a68f0a916_s390x"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:303719e90364646b758fb09b7d794fe3df667b433238e7eb5608fb1a68f0a916_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:58f4a8de4884bfafab44af61ed88de7ee89910e89607d0305a10c9f75400f877_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:58f4a8de4884bfafab44af61ed88de7ee89910e89607d0305a10c9f75400f877_amd64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:58f4a8de4884bfafab44af61ed88de7ee89910e89607d0305a10c9f75400f877_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:7208254fcdcdc8544cc7e14ed788fa481ae47fd574a3e72fc82ea3bd42b01e2e_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:7208254fcdcdc8544cc7e14ed788fa481ae47fd574a3e72fc82ea3bd42b01e2e_ppc64le"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:7208254fcdcdc8544cc7e14ed788fa481ae47fd574a3e72fc82ea3bd42b01e2e_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:d13a6ec8126d862628abdeb4a98f4cb6c177e10856c347d118ec2ce02a550055_arm64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:d13a6ec8126d862628abdeb4a98f4cb6c177e10856c347d118ec2ce02a550055_arm64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:d13a6ec8126d862628abdeb4a98f4cb6c177e10856c347d118ec2ce02a550055_arm64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:1555cb387d9245294fb2a4a769d16850fa81d23c3cd37ae12db1b236958920bd_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:1555cb387d9245294fb2a4a769d16850fa81d23c3cd37ae12db1b236958920bd_ppc64le"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:1555cb387d9245294fb2a4a769d16850fa81d23c3cd37ae12db1b236958920bd_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:38ecc809db4dc7555c1802e36be5d77e40c8e808039c4b39dff6c31477c213c0_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:38ecc809db4dc7555c1802e36be5d77e40c8e808039c4b39dff6c31477c213c0_s390x"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:38ecc809db4dc7555c1802e36be5d77e40c8e808039c4b39dff6c31477c213c0_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:b6277c661f62a2693a3dd522c555a3f9b7dc4f109f7eca7f6b77b4f662deef2c_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:b6277c661f62a2693a3dd522c555a3f9b7dc4f109f7eca7f6b77b4f662deef2c_amd64"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:b6277c661f62a2693a3dd522c555a3f9b7dc4f109f7eca7f6b77b4f662deef2c_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:102ecaa53a174455c8392a9e221dd0f332613fc0c0e206182c4c483cbd7f9ff3_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:102ecaa53a174455c8392a9e221dd0f332613fc0c0e206182c4c483cbd7f9ff3_s390x"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:102ecaa53a174455c8392a9e221dd0f332613fc0c0e206182c4c483cbd7f9ff3_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:16883eec33baacfd7397f06defdb64d7f6ae0a41ef1cfd9f4b8c3523687abe54_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:16883eec33baacfd7397f06defdb64d7f6ae0a41ef1cfd9f4b8c3523687abe54_ppc64le"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:16883eec33baacfd7397f06defdb64d7f6ae0a41ef1cfd9f4b8c3523687abe54_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:69c1d64898f84bfea2cf8d732560c529dea09a5e9cabe5a6d490dced46b8d565_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:69c1d64898f84bfea2cf8d732560c529dea09a5e9cabe5a6d490dced46b8d565_amd64"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:69c1d64898f84bfea2cf8d732560c529dea09a5e9cabe5a6d490dced46b8d565_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:4c55cf259697e6add1bf6c007069e9c9662113c5ce1fad721bca824598d04e6f_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:4c55cf259697e6add1bf6c007069e9c9662113c5ce1fad721bca824598d04e6f_amd64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:4c55cf259697e6add1bf6c007069e9c9662113c5ce1fad721bca824598d04e6f_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:d824b7fb9d7e36f008ce9541fd945aaa22042ad25360ccb2e50e81bc2b75522d_arm64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:d824b7fb9d7e36f008ce9541fd945aaa22042ad25360ccb2e50e81bc2b75522d_arm64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:d824b7fb9d7e36f008ce9541fd945aaa22042ad25360ccb2e50e81bc2b75522d_arm64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:ed32cb24e244040bb13d1ec5a8413e12c739f5ba8b184b885eb8838a32da6b63_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:ed32cb24e244040bb13d1ec5a8413e12c739f5ba8b184b885eb8838a32da6b63_s390x"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:ed32cb24e244040bb13d1ec5a8413e12c739f5ba8b184b885eb8838a32da6b63_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:efc7101ccfaee51eb247d19970a29d91c2163f570bfbc7cfb05ea9bc518500e1_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:efc7101ccfaee51eb247d19970a29d91c2163f570bfbc7cfb05ea9bc518500e1_ppc64le"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:efc7101ccfaee51eb247d19970a29d91c2163f570bfbc7cfb05ea9bc518500e1_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:2bdda576e27f6b8688c4083845f5127643fd7c7d70e2873e2d8cb4074d02e3ce_s390x as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:2bdda576e27f6b8688c4083845f5127643fd7c7d70e2873e2d8cb4074d02e3ce_s390x"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:2bdda576e27f6b8688c4083845f5127643fd7c7d70e2873e2d8cb4074d02e3ce_s390x",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:30c4ba553c28e92404dc3d608737573754afdd3bb36b9f8647b2d778d4dd9ae3_amd64 as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:30c4ba553c28e92404dc3d608737573754afdd3bb36b9f8647b2d778d4dd9ae3_amd64"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:30c4ba553c28e92404dc3d608737573754afdd3bb36b9f8647b2d778d4dd9ae3_amd64",
"relates_to_product_reference": "9Base-RHODF-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:312d28ca82c64be6453547f52184a78f1096726ece096ed28e8059585842e796_ppc64le as a component of RHODF 4.15 for RHEL 9",
"product_id": "9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:312d28ca82c64be6453547f52184a78f1096726ece096ed28e8059585842e796_ppc64le"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:312d28ca82c64be6453547f52184a78f1096726ece096ed28e8059585842e796_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:39987d89492b40620910dfea5bfcb4f5456faec3c5cc0f008cff3c62f48166de_s390x",
"9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:6d47ae3d82057f74c134d0991aec82f792fc5f5e8be68c2cd355e839ed164cbe_ppc64le",
"9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:dfa7a6da4c316172b117a80ca6d4dccd173193baa5207ac052dfcf16bd6e0649_amd64",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:039d7784c93a2432dfdb38db7685c74c49b58add758fc3a89eadf0d0b0e449a5_ppc64le",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:9132b7bae3bf3872f4cb2836136932d70a850ab04837a827d147bd007f61e907_s390x",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:9ea768460f8017cbe5d2d48897be95d35ef8a415c6da84152517b55d7d27b584_amd64",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:cd37fe49d2702c78a87c7299f5192ed1cc11c1178b8b633f7dced80f3b946fc3_arm64",
"9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:54996beca536094a30d924c43e3a52ff615437e08b0bfae28589194819bb7e7b_amd64",
"9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:5e2db5f8ef6366f227c564fc9ded923ad0d6c3b190113e480d3eb2165ef82c5d_ppc64le",
"9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:eabebc3a64689b08b82d49375f3c640574651a9ad3a3da75d250f92cd5dedb22_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:4d0a582844fc0a5da3de30ceeb47427f910c993aa76c8e29630e5a2125cf623c_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:8282a7990053ea1bfbbfcb2f58ded06dead846e4074c512a57065f6c9fe824f1_amd64",
"9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:f60a40d72b734d429221ae60ec638a2ff3db1227ac46aefc2f6268dd9e0f6659_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:0c887785712767cecf50f89e09b194b1923082d8bdd5ed08f475c2f8335deb92_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:76ff157ecf4135855e29b7cb6752512a54ad2f9b7d42337b4e5a0635003cccd7_amd64",
"9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:c81ab813061a01f78cfd4c278f0dfee3c8dc15f04c87d924eae9866adf020309_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:0a0d42d05ca14802c5fe8c2d9482cdcdf21e77ef27bd03a8237fe36d268d4b8d_arm64",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:6d76e5388f91606338eb730c7ab757352ec2c0e163c02222014262d953667810_amd64",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:6dbbea183818a69e56b739b5434515008f9beeeab2a19b1de62f93ed21b40a41_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:c3a22d7caa7ef8da08ceea2593f7ea3c5fd20d6de387f5c108deaec0ef482b7b_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:063ce7011522181d92e55998f9130d7e1cf757831f6682e5a2bd30abf76e2661_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:0af8d8f55c93aadd0bef2a6a092e972187e8cb020de54a0a6f547d7ecd7646e5_amd64",
"9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:a83fb46285e3e5fb176799edbb7b58f75db44bee6e5bce5009b58d08f742bf5b_s390x",
"9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:47ae26a5548ad25ea602bf92cabee281fe76ad55cc5bb20878b7073a64a3b2d0_amd64",
"9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:4f46fc1c076c375fc15a7ef7aca1a9cd06a1dc783835ebec9b9dbd5bffe4fecf_s390x",
"9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:84d7c1cb1faf9589c057b938d731ddeb0b57f9a376cef5069ba49b14a95e9891_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:1a72b27098021c575f6720904963fb19f928c7c5e33928fdca909f17df513b98_amd64",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:5424e130fb363a582a73e9b6168323bf02c68a52b2d57fe6d08a8f15eb9329c6_s390x",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:e53a5a6beacd5f4b0a261086c3cd8320bca975293d19bd44e722ac027541f323_arm64",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:f74dafa055278595d6d57309d392cb5dd5ad238ae8963ca8bdaeb21b6cb5bc2e_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:33b558053565e3839dbcd52f590aec522f64f43eb606379ba95cca46b67e24da_amd64",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:37964ea86c613e085111c1412f1eee7132c026aed976ae6cf8c34893af1294eb_s390x",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:78e677cce335b1df23da8911e6f989876b82deea6e5a53420c25caf5ac72edea_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:c5acbd09ea84230e79e08d0091fbe0da17ce8e0905f1d9c46c2d6efab26f9d78_arm64",
"9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:36755587f839b2c47adaf398c2346743e25038c436daac7e7253b799ff8e690a_s390x",
"9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:5d6e5a1075757bb435cb692024d2958e2292331a517d1032b65d2268036f3788_amd64",
"9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:a945d69d070e0a5358d8451fcc50e67ca77b09f946c46bd2b1419fc5f38fb37a_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:d8a9b21e27185f57c6da96846f74cfac9d3361d8c7ce4805bdb89d4edc6c1b29_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:dd2ca2b97888416c8b80afea093b72448dc86629bb1c639e9678c2c692e0ec39_amd64",
"9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:ebe97465d3cd4574d2129e3ab38774bd38d450380e422d36be434dc1453d672e_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:450915fa93b94ccbbf053e62df503b53537435a3f41a0c38198f78ea1e94b80b_ppc64le",
"9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:7227150cea2a8adcc29e12b3da59587aa1a6c52a32cdd48c41c3a81b613b91cd_amd64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:f97ff3b4f983ddd30285d8e8c0816b47f93b3e389791363d14d2e912bfc7606b_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:040b6e9c9955e329a0f402f59e713609191700a064add10fd1a2a5f9e8e8a1aa_amd64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:59b2a8b5c61d30b627a66348614df3bbd9a39f2b31c9b15dc69e665c23eb15bf_ppc64le",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:7134af93863a6bd4b0b5bb11d86d0397d5d3bde79b71e8981f4e27550141e2e9_arm64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:e04b7692f5d0bd0d48d990807c6d1c55ca2a7f284c3b48aa557aa9f11b841920_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:7c39222532f3d3247432d439f179f457eb55748b1d252173692b5feb50aa03a4_ppc64le",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:869c78d037b918ed96f8288c189dffb3a73a2e056ca210483c7ef98866bbbfb8_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:cd913d30a4e7c6a65df4ae0415fa3fa2d945ae298b4cdb0f27f74205a7499814_amd64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:f178e112ab8db833aec6e85c48227604cde25ec02b0e1a8a291efa959afcf7e1_arm64",
"9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:8f07f45728be81becd927d81513d1a4eb9cf119730f6104910519fd896c44f94_amd64",
"9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:c20ff224739974a68d1397ee45520d0d1d00af115b0f8777a8a8ffb70811762f_s390x",
"9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:cc50af7805f11da9c2820bc3cd6258b3d739878d82faf38debed2fbff3226643_ppc64le",
"9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:5ee30837a0b18143ed4410a879449197df831aa9da3f9e34d984bba54ea4933a_s390x",
"9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:6aadd2e1cbe192ec68406bdf96a3125b2b408ee1544b5379fee049d711c0ec7c_amd64",
"9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:ed1f1d9c52cae74b9ba277d8b458235a6f889c6970939da5d14566a4df33ca9d_ppc64le",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:18cc0feb72e3373314a76d955ee7658f5ebfa2d7626a604a5a71cb0a6d377a99_amd64",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:2b2335ac98fa4687353ab96055d5a11c15653e8ee61e102029b31d6b8eec7293_ppc64le",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:5fb6dc48aedd9ca60676f5f3e81b9fe9060fb4c62d22bae50da3c0ba09bf4f2f_arm64",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:fbbb03b4b3860e0781ab33f33cfbaca2191d1ee2b8ab60b63cc1ffa7630a2932_s390x",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:1d0044891f122b29fe37da51ba2058b0e35f40bcf382750d5953f2fa747df2e3_amd64",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:1e8cda9bda7d3a47b07a9174e08d1859b1c1205ca81d5951ee80987e7bd93e09_s390x",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:2e25f7fd188cd070d77a85f41f9b59d9471ba6dbef4dbdfc0df7b34f87bc605c_arm64",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:ad4705d6e080d91c497d3d5d60694f0b3c867036977c7229a3321414e7a6c261_ppc64le",
"9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:64bfb313027c6795160078915c238bc77379781c7316ba251cb3c762cdfd5c35_amd64",
"9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:b48272102bd84914525944f43b25424ac8107684604c5467dc8fe8621567368c_ppc64le",
"9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:b9eac319261085e82a1ef2257560e6c42c75cbb93ea28c9a35687d1141e02b2d_s390x",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:303719e90364646b758fb09b7d794fe3df667b433238e7eb5608fb1a68f0a916_s390x",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:58f4a8de4884bfafab44af61ed88de7ee89910e89607d0305a10c9f75400f877_amd64",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:7208254fcdcdc8544cc7e14ed788fa481ae47fd574a3e72fc82ea3bd42b01e2e_ppc64le",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:d13a6ec8126d862628abdeb4a98f4cb6c177e10856c347d118ec2ce02a550055_arm64",
"9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:1555cb387d9245294fb2a4a769d16850fa81d23c3cd37ae12db1b236958920bd_ppc64le",
"9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:38ecc809db4dc7555c1802e36be5d77e40c8e808039c4b39dff6c31477c213c0_s390x",
"9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:b6277c661f62a2693a3dd522c555a3f9b7dc4f109f7eca7f6b77b4f662deef2c_amd64",
"9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:102ecaa53a174455c8392a9e221dd0f332613fc0c0e206182c4c483cbd7f9ff3_s390x",
"9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:16883eec33baacfd7397f06defdb64d7f6ae0a41ef1cfd9f4b8c3523687abe54_ppc64le",
"9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:69c1d64898f84bfea2cf8d732560c529dea09a5e9cabe5a6d490dced46b8d565_amd64",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:4c55cf259697e6add1bf6c007069e9c9662113c5ce1fad721bca824598d04e6f_amd64",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:d824b7fb9d7e36f008ce9541fd945aaa22042ad25360ccb2e50e81bc2b75522d_arm64",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:ed32cb24e244040bb13d1ec5a8413e12c739f5ba8b184b885eb8838a32da6b63_s390x",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:efc7101ccfaee51eb247d19970a29d91c2163f570bfbc7cfb05ea9bc518500e1_ppc64le",
"9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:2bdda576e27f6b8688c4083845f5127643fd7c7d70e2873e2d8cb4074d02e3ce_s390x",
"9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:30c4ba553c28e92404dc3d608737573754afdd3bb36b9f8647b2d778d4dd9ae3_amd64",
"9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:312d28ca82c64be6453547f52184a78f1096726ece096ed28e8059585842e796_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and 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 control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"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": [
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:37a49dd28d4e4c70d67a5347df258ea7a0859224a1d648b04ff38b89aefead1f_s390x",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:86347d437ac659fbba7ca5d630f67d6dfaf9b96b24bbe0d74353bcf5dea0c593_arm64",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:90ea93b88a80e33ab56e8fa4ae37ce34b8bef80281824dc27c4427355a4cd0d4_ppc64le",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:aff6272b9ae5b95a1552173fa28b00c3bd26ab001357fcd92beab2b4e82998f9_amd64"
],
"known_not_affected": [
"9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:39987d89492b40620910dfea5bfcb4f5456faec3c5cc0f008cff3c62f48166de_s390x",
"9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:6d47ae3d82057f74c134d0991aec82f792fc5f5e8be68c2cd355e839ed164cbe_ppc64le",
"9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:dfa7a6da4c316172b117a80ca6d4dccd173193baa5207ac052dfcf16bd6e0649_amd64",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:039d7784c93a2432dfdb38db7685c74c49b58add758fc3a89eadf0d0b0e449a5_ppc64le",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:9132b7bae3bf3872f4cb2836136932d70a850ab04837a827d147bd007f61e907_s390x",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:9ea768460f8017cbe5d2d48897be95d35ef8a415c6da84152517b55d7d27b584_amd64",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:cd37fe49d2702c78a87c7299f5192ed1cc11c1178b8b633f7dced80f3b946fc3_arm64",
"9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:54996beca536094a30d924c43e3a52ff615437e08b0bfae28589194819bb7e7b_amd64",
"9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:5e2db5f8ef6366f227c564fc9ded923ad0d6c3b190113e480d3eb2165ef82c5d_ppc64le",
"9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:eabebc3a64689b08b82d49375f3c640574651a9ad3a3da75d250f92cd5dedb22_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:4d0a582844fc0a5da3de30ceeb47427f910c993aa76c8e29630e5a2125cf623c_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:8282a7990053ea1bfbbfcb2f58ded06dead846e4074c512a57065f6c9fe824f1_amd64",
"9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:f60a40d72b734d429221ae60ec638a2ff3db1227ac46aefc2f6268dd9e0f6659_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:0c887785712767cecf50f89e09b194b1923082d8bdd5ed08f475c2f8335deb92_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:76ff157ecf4135855e29b7cb6752512a54ad2f9b7d42337b4e5a0635003cccd7_amd64",
"9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:c81ab813061a01f78cfd4c278f0dfee3c8dc15f04c87d924eae9866adf020309_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:0a0d42d05ca14802c5fe8c2d9482cdcdf21e77ef27bd03a8237fe36d268d4b8d_arm64",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:6d76e5388f91606338eb730c7ab757352ec2c0e163c02222014262d953667810_amd64",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:6dbbea183818a69e56b739b5434515008f9beeeab2a19b1de62f93ed21b40a41_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:c3a22d7caa7ef8da08ceea2593f7ea3c5fd20d6de387f5c108deaec0ef482b7b_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:063ce7011522181d92e55998f9130d7e1cf757831f6682e5a2bd30abf76e2661_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:0af8d8f55c93aadd0bef2a6a092e972187e8cb020de54a0a6f547d7ecd7646e5_amd64",
"9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:a83fb46285e3e5fb176799edbb7b58f75db44bee6e5bce5009b58d08f742bf5b_s390x",
"9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:47ae26a5548ad25ea602bf92cabee281fe76ad55cc5bb20878b7073a64a3b2d0_amd64",
"9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:4f46fc1c076c375fc15a7ef7aca1a9cd06a1dc783835ebec9b9dbd5bffe4fecf_s390x",
"9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:84d7c1cb1faf9589c057b938d731ddeb0b57f9a376cef5069ba49b14a95e9891_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:1a72b27098021c575f6720904963fb19f928c7c5e33928fdca909f17df513b98_amd64",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:5424e130fb363a582a73e9b6168323bf02c68a52b2d57fe6d08a8f15eb9329c6_s390x",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:e53a5a6beacd5f4b0a261086c3cd8320bca975293d19bd44e722ac027541f323_arm64",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:f74dafa055278595d6d57309d392cb5dd5ad238ae8963ca8bdaeb21b6cb5bc2e_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:33b558053565e3839dbcd52f590aec522f64f43eb606379ba95cca46b67e24da_amd64",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:37964ea86c613e085111c1412f1eee7132c026aed976ae6cf8c34893af1294eb_s390x",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:78e677cce335b1df23da8911e6f989876b82deea6e5a53420c25caf5ac72edea_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:c5acbd09ea84230e79e08d0091fbe0da17ce8e0905f1d9c46c2d6efab26f9d78_arm64",
"9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:36755587f839b2c47adaf398c2346743e25038c436daac7e7253b799ff8e690a_s390x",
"9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:5d6e5a1075757bb435cb692024d2958e2292331a517d1032b65d2268036f3788_amd64",
"9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:a945d69d070e0a5358d8451fcc50e67ca77b09f946c46bd2b1419fc5f38fb37a_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:d8a9b21e27185f57c6da96846f74cfac9d3361d8c7ce4805bdb89d4edc6c1b29_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:dd2ca2b97888416c8b80afea093b72448dc86629bb1c639e9678c2c692e0ec39_amd64",
"9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:ebe97465d3cd4574d2129e3ab38774bd38d450380e422d36be434dc1453d672e_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:450915fa93b94ccbbf053e62df503b53537435a3f41a0c38198f78ea1e94b80b_ppc64le",
"9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:7227150cea2a8adcc29e12b3da59587aa1a6c52a32cdd48c41c3a81b613b91cd_amd64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:f97ff3b4f983ddd30285d8e8c0816b47f93b3e389791363d14d2e912bfc7606b_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:040b6e9c9955e329a0f402f59e713609191700a064add10fd1a2a5f9e8e8a1aa_amd64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:59b2a8b5c61d30b627a66348614df3bbd9a39f2b31c9b15dc69e665c23eb15bf_ppc64le",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:7134af93863a6bd4b0b5bb11d86d0397d5d3bde79b71e8981f4e27550141e2e9_arm64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:e04b7692f5d0bd0d48d990807c6d1c55ca2a7f284c3b48aa557aa9f11b841920_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:7c39222532f3d3247432d439f179f457eb55748b1d252173692b5feb50aa03a4_ppc64le",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:869c78d037b918ed96f8288c189dffb3a73a2e056ca210483c7ef98866bbbfb8_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:cd913d30a4e7c6a65df4ae0415fa3fa2d945ae298b4cdb0f27f74205a7499814_amd64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:f178e112ab8db833aec6e85c48227604cde25ec02b0e1a8a291efa959afcf7e1_arm64",
"9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:8f07f45728be81becd927d81513d1a4eb9cf119730f6104910519fd896c44f94_amd64",
"9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:c20ff224739974a68d1397ee45520d0d1d00af115b0f8777a8a8ffb70811762f_s390x",
"9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:cc50af7805f11da9c2820bc3cd6258b3d739878d82faf38debed2fbff3226643_ppc64le",
"9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:5ee30837a0b18143ed4410a879449197df831aa9da3f9e34d984bba54ea4933a_s390x",
"9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:6aadd2e1cbe192ec68406bdf96a3125b2b408ee1544b5379fee049d711c0ec7c_amd64",
"9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:ed1f1d9c52cae74b9ba277d8b458235a6f889c6970939da5d14566a4df33ca9d_ppc64le",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:18cc0feb72e3373314a76d955ee7658f5ebfa2d7626a604a5a71cb0a6d377a99_amd64",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:2b2335ac98fa4687353ab96055d5a11c15653e8ee61e102029b31d6b8eec7293_ppc64le",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:5fb6dc48aedd9ca60676f5f3e81b9fe9060fb4c62d22bae50da3c0ba09bf4f2f_arm64",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:fbbb03b4b3860e0781ab33f33cfbaca2191d1ee2b8ab60b63cc1ffa7630a2932_s390x",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:1d0044891f122b29fe37da51ba2058b0e35f40bcf382750d5953f2fa747df2e3_amd64",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:1e8cda9bda7d3a47b07a9174e08d1859b1c1205ca81d5951ee80987e7bd93e09_s390x",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:2e25f7fd188cd070d77a85f41f9b59d9471ba6dbef4dbdfc0df7b34f87bc605c_arm64",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:ad4705d6e080d91c497d3d5d60694f0b3c867036977c7229a3321414e7a6c261_ppc64le",
"9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:64bfb313027c6795160078915c238bc77379781c7316ba251cb3c762cdfd5c35_amd64",
"9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:b48272102bd84914525944f43b25424ac8107684604c5467dc8fe8621567368c_ppc64le",
"9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:b9eac319261085e82a1ef2257560e6c42c75cbb93ea28c9a35687d1141e02b2d_s390x",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:303719e90364646b758fb09b7d794fe3df667b433238e7eb5608fb1a68f0a916_s390x",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:58f4a8de4884bfafab44af61ed88de7ee89910e89607d0305a10c9f75400f877_amd64",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:7208254fcdcdc8544cc7e14ed788fa481ae47fd574a3e72fc82ea3bd42b01e2e_ppc64le",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:d13a6ec8126d862628abdeb4a98f4cb6c177e10856c347d118ec2ce02a550055_arm64",
"9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:1555cb387d9245294fb2a4a769d16850fa81d23c3cd37ae12db1b236958920bd_ppc64le",
"9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:38ecc809db4dc7555c1802e36be5d77e40c8e808039c4b39dff6c31477c213c0_s390x",
"9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:b6277c661f62a2693a3dd522c555a3f9b7dc4f109f7eca7f6b77b4f662deef2c_amd64",
"9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:102ecaa53a174455c8392a9e221dd0f332613fc0c0e206182c4c483cbd7f9ff3_s390x",
"9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:16883eec33baacfd7397f06defdb64d7f6ae0a41ef1cfd9f4b8c3523687abe54_ppc64le",
"9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:69c1d64898f84bfea2cf8d732560c529dea09a5e9cabe5a6d490dced46b8d565_amd64",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:4c55cf259697e6add1bf6c007069e9c9662113c5ce1fad721bca824598d04e6f_amd64",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:d824b7fb9d7e36f008ce9541fd945aaa22042ad25360ccb2e50e81bc2b75522d_arm64",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:ed32cb24e244040bb13d1ec5a8413e12c739f5ba8b184b885eb8838a32da6b63_s390x",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:efc7101ccfaee51eb247d19970a29d91c2163f570bfbc7cfb05ea9bc518500e1_ppc64le",
"9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:2bdda576e27f6b8688c4083845f5127643fd7c7d70e2873e2d8cb4074d02e3ce_s390x",
"9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:30c4ba553c28e92404dc3d608737573754afdd3bb36b9f8647b2d778d4dd9ae3_amd64",
"9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:312d28ca82c64be6453547f52184a78f1096726ece096ed28e8059585842e796_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-02T19:51:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:37a49dd28d4e4c70d67a5347df258ea7a0859224a1d648b04ff38b89aefead1f_s390x",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:86347d437ac659fbba7ca5d630f67d6dfaf9b96b24bbe0d74353bcf5dea0c593_arm64",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:90ea93b88a80e33ab56e8fa4ae37ce34b8bef80281824dc27c4427355a4cd0d4_ppc64le",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:aff6272b9ae5b95a1552173fa28b00c3bd26ab001357fcd92beab2b4e82998f9_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3542"
},
{
"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": [
"9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:39987d89492b40620910dfea5bfcb4f5456faec3c5cc0f008cff3c62f48166de_s390x",
"9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:6d47ae3d82057f74c134d0991aec82f792fc5f5e8be68c2cd355e839ed164cbe_ppc64le",
"9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:dfa7a6da4c316172b117a80ca6d4dccd173193baa5207ac052dfcf16bd6e0649_amd64",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:039d7784c93a2432dfdb38db7685c74c49b58add758fc3a89eadf0d0b0e449a5_ppc64le",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:9132b7bae3bf3872f4cb2836136932d70a850ab04837a827d147bd007f61e907_s390x",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:9ea768460f8017cbe5d2d48897be95d35ef8a415c6da84152517b55d7d27b584_amd64",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:cd37fe49d2702c78a87c7299f5192ed1cc11c1178b8b633f7dced80f3b946fc3_arm64",
"9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:54996beca536094a30d924c43e3a52ff615437e08b0bfae28589194819bb7e7b_amd64",
"9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:5e2db5f8ef6366f227c564fc9ded923ad0d6c3b190113e480d3eb2165ef82c5d_ppc64le",
"9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:eabebc3a64689b08b82d49375f3c640574651a9ad3a3da75d250f92cd5dedb22_s390x",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:37a49dd28d4e4c70d67a5347df258ea7a0859224a1d648b04ff38b89aefead1f_s390x",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:86347d437ac659fbba7ca5d630f67d6dfaf9b96b24bbe0d74353bcf5dea0c593_arm64",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:90ea93b88a80e33ab56e8fa4ae37ce34b8bef80281824dc27c4427355a4cd0d4_ppc64le",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:aff6272b9ae5b95a1552173fa28b00c3bd26ab001357fcd92beab2b4e82998f9_amd64",
"9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:4d0a582844fc0a5da3de30ceeb47427f910c993aa76c8e29630e5a2125cf623c_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:8282a7990053ea1bfbbfcb2f58ded06dead846e4074c512a57065f6c9fe824f1_amd64",
"9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:f60a40d72b734d429221ae60ec638a2ff3db1227ac46aefc2f6268dd9e0f6659_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:0c887785712767cecf50f89e09b194b1923082d8bdd5ed08f475c2f8335deb92_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:76ff157ecf4135855e29b7cb6752512a54ad2f9b7d42337b4e5a0635003cccd7_amd64",
"9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:c81ab813061a01f78cfd4c278f0dfee3c8dc15f04c87d924eae9866adf020309_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:0a0d42d05ca14802c5fe8c2d9482cdcdf21e77ef27bd03a8237fe36d268d4b8d_arm64",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:6d76e5388f91606338eb730c7ab757352ec2c0e163c02222014262d953667810_amd64",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:6dbbea183818a69e56b739b5434515008f9beeeab2a19b1de62f93ed21b40a41_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:c3a22d7caa7ef8da08ceea2593f7ea3c5fd20d6de387f5c108deaec0ef482b7b_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:063ce7011522181d92e55998f9130d7e1cf757831f6682e5a2bd30abf76e2661_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:0af8d8f55c93aadd0bef2a6a092e972187e8cb020de54a0a6f547d7ecd7646e5_amd64",
"9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:a83fb46285e3e5fb176799edbb7b58f75db44bee6e5bce5009b58d08f742bf5b_s390x",
"9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:47ae26a5548ad25ea602bf92cabee281fe76ad55cc5bb20878b7073a64a3b2d0_amd64",
"9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:4f46fc1c076c375fc15a7ef7aca1a9cd06a1dc783835ebec9b9dbd5bffe4fecf_s390x",
"9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:84d7c1cb1faf9589c057b938d731ddeb0b57f9a376cef5069ba49b14a95e9891_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:1a72b27098021c575f6720904963fb19f928c7c5e33928fdca909f17df513b98_amd64",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:5424e130fb363a582a73e9b6168323bf02c68a52b2d57fe6d08a8f15eb9329c6_s390x",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:e53a5a6beacd5f4b0a261086c3cd8320bca975293d19bd44e722ac027541f323_arm64",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:f74dafa055278595d6d57309d392cb5dd5ad238ae8963ca8bdaeb21b6cb5bc2e_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:33b558053565e3839dbcd52f590aec522f64f43eb606379ba95cca46b67e24da_amd64",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:37964ea86c613e085111c1412f1eee7132c026aed976ae6cf8c34893af1294eb_s390x",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:78e677cce335b1df23da8911e6f989876b82deea6e5a53420c25caf5ac72edea_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:c5acbd09ea84230e79e08d0091fbe0da17ce8e0905f1d9c46c2d6efab26f9d78_arm64",
"9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:36755587f839b2c47adaf398c2346743e25038c436daac7e7253b799ff8e690a_s390x",
"9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:5d6e5a1075757bb435cb692024d2958e2292331a517d1032b65d2268036f3788_amd64",
"9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:a945d69d070e0a5358d8451fcc50e67ca77b09f946c46bd2b1419fc5f38fb37a_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:d8a9b21e27185f57c6da96846f74cfac9d3361d8c7ce4805bdb89d4edc6c1b29_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:dd2ca2b97888416c8b80afea093b72448dc86629bb1c639e9678c2c692e0ec39_amd64",
"9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:ebe97465d3cd4574d2129e3ab38774bd38d450380e422d36be434dc1453d672e_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:450915fa93b94ccbbf053e62df503b53537435a3f41a0c38198f78ea1e94b80b_ppc64le",
"9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:7227150cea2a8adcc29e12b3da59587aa1a6c52a32cdd48c41c3a81b613b91cd_amd64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:f97ff3b4f983ddd30285d8e8c0816b47f93b3e389791363d14d2e912bfc7606b_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:040b6e9c9955e329a0f402f59e713609191700a064add10fd1a2a5f9e8e8a1aa_amd64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:59b2a8b5c61d30b627a66348614df3bbd9a39f2b31c9b15dc69e665c23eb15bf_ppc64le",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:7134af93863a6bd4b0b5bb11d86d0397d5d3bde79b71e8981f4e27550141e2e9_arm64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:e04b7692f5d0bd0d48d990807c6d1c55ca2a7f284c3b48aa557aa9f11b841920_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:7c39222532f3d3247432d439f179f457eb55748b1d252173692b5feb50aa03a4_ppc64le",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:869c78d037b918ed96f8288c189dffb3a73a2e056ca210483c7ef98866bbbfb8_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:cd913d30a4e7c6a65df4ae0415fa3fa2d945ae298b4cdb0f27f74205a7499814_amd64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:f178e112ab8db833aec6e85c48227604cde25ec02b0e1a8a291efa959afcf7e1_arm64",
"9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:8f07f45728be81becd927d81513d1a4eb9cf119730f6104910519fd896c44f94_amd64",
"9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:c20ff224739974a68d1397ee45520d0d1d00af115b0f8777a8a8ffb70811762f_s390x",
"9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:cc50af7805f11da9c2820bc3cd6258b3d739878d82faf38debed2fbff3226643_ppc64le",
"9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:5ee30837a0b18143ed4410a879449197df831aa9da3f9e34d984bba54ea4933a_s390x",
"9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:6aadd2e1cbe192ec68406bdf96a3125b2b408ee1544b5379fee049d711c0ec7c_amd64",
"9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:ed1f1d9c52cae74b9ba277d8b458235a6f889c6970939da5d14566a4df33ca9d_ppc64le",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:18cc0feb72e3373314a76d955ee7658f5ebfa2d7626a604a5a71cb0a6d377a99_amd64",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:2b2335ac98fa4687353ab96055d5a11c15653e8ee61e102029b31d6b8eec7293_ppc64le",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:5fb6dc48aedd9ca60676f5f3e81b9fe9060fb4c62d22bae50da3c0ba09bf4f2f_arm64",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:fbbb03b4b3860e0781ab33f33cfbaca2191d1ee2b8ab60b63cc1ffa7630a2932_s390x",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:1d0044891f122b29fe37da51ba2058b0e35f40bcf382750d5953f2fa747df2e3_amd64",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:1e8cda9bda7d3a47b07a9174e08d1859b1c1205ca81d5951ee80987e7bd93e09_s390x",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:2e25f7fd188cd070d77a85f41f9b59d9471ba6dbef4dbdfc0df7b34f87bc605c_arm64",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:ad4705d6e080d91c497d3d5d60694f0b3c867036977c7229a3321414e7a6c261_ppc64le",
"9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:64bfb313027c6795160078915c238bc77379781c7316ba251cb3c762cdfd5c35_amd64",
"9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:b48272102bd84914525944f43b25424ac8107684604c5467dc8fe8621567368c_ppc64le",
"9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:b9eac319261085e82a1ef2257560e6c42c75cbb93ea28c9a35687d1141e02b2d_s390x",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:303719e90364646b758fb09b7d794fe3df667b433238e7eb5608fb1a68f0a916_s390x",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:58f4a8de4884bfafab44af61ed88de7ee89910e89607d0305a10c9f75400f877_amd64",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:7208254fcdcdc8544cc7e14ed788fa481ae47fd574a3e72fc82ea3bd42b01e2e_ppc64le",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:d13a6ec8126d862628abdeb4a98f4cb6c177e10856c347d118ec2ce02a550055_arm64",
"9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:1555cb387d9245294fb2a4a769d16850fa81d23c3cd37ae12db1b236958920bd_ppc64le",
"9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:38ecc809db4dc7555c1802e36be5d77e40c8e808039c4b39dff6c31477c213c0_s390x",
"9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:b6277c661f62a2693a3dd522c555a3f9b7dc4f109f7eca7f6b77b4f662deef2c_amd64",
"9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:102ecaa53a174455c8392a9e221dd0f332613fc0c0e206182c4c483cbd7f9ff3_s390x",
"9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:16883eec33baacfd7397f06defdb64d7f6ae0a41ef1cfd9f4b8c3523687abe54_ppc64le",
"9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:69c1d64898f84bfea2cf8d732560c529dea09a5e9cabe5a6d490dced46b8d565_amd64",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:4c55cf259697e6add1bf6c007069e9c9662113c5ce1fad721bca824598d04e6f_amd64",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:d824b7fb9d7e36f008ce9541fd945aaa22042ad25360ccb2e50e81bc2b75522d_arm64",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:ed32cb24e244040bb13d1ec5a8413e12c739f5ba8b184b885eb8838a32da6b63_s390x",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:efc7101ccfaee51eb247d19970a29d91c2163f570bfbc7cfb05ea9bc518500e1_ppc64le",
"9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:2bdda576e27f6b8688c4083845f5127643fd7c7d70e2873e2d8cb4074d02e3ce_s390x",
"9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:30c4ba553c28e92404dc3d608737573754afdd3bb36b9f8647b2d778d4dd9ae3_amd64",
"9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:312d28ca82c64be6453547f52184a78f1096726ece096ed28e8059585842e796_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:39987d89492b40620910dfea5bfcb4f5456faec3c5cc0f008cff3c62f48166de_s390x",
"9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:6d47ae3d82057f74c134d0991aec82f792fc5f5e8be68c2cd355e839ed164cbe_ppc64le",
"9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:dfa7a6da4c316172b117a80ca6d4dccd173193baa5207ac052dfcf16bd6e0649_amd64",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:039d7784c93a2432dfdb38db7685c74c49b58add758fc3a89eadf0d0b0e449a5_ppc64le",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:9132b7bae3bf3872f4cb2836136932d70a850ab04837a827d147bd007f61e907_s390x",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:9ea768460f8017cbe5d2d48897be95d35ef8a415c6da84152517b55d7d27b584_amd64",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:cd37fe49d2702c78a87c7299f5192ed1cc11c1178b8b633f7dced80f3b946fc3_arm64",
"9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:54996beca536094a30d924c43e3a52ff615437e08b0bfae28589194819bb7e7b_amd64",
"9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:5e2db5f8ef6366f227c564fc9ded923ad0d6c3b190113e480d3eb2165ef82c5d_ppc64le",
"9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:eabebc3a64689b08b82d49375f3c640574651a9ad3a3da75d250f92cd5dedb22_s390x",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:37a49dd28d4e4c70d67a5347df258ea7a0859224a1d648b04ff38b89aefead1f_s390x",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:86347d437ac659fbba7ca5d630f67d6dfaf9b96b24bbe0d74353bcf5dea0c593_arm64",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:90ea93b88a80e33ab56e8fa4ae37ce34b8bef80281824dc27c4427355a4cd0d4_ppc64le",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:aff6272b9ae5b95a1552173fa28b00c3bd26ab001357fcd92beab2b4e82998f9_amd64",
"9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:4d0a582844fc0a5da3de30ceeb47427f910c993aa76c8e29630e5a2125cf623c_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:8282a7990053ea1bfbbfcb2f58ded06dead846e4074c512a57065f6c9fe824f1_amd64",
"9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:f60a40d72b734d429221ae60ec638a2ff3db1227ac46aefc2f6268dd9e0f6659_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:0c887785712767cecf50f89e09b194b1923082d8bdd5ed08f475c2f8335deb92_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:76ff157ecf4135855e29b7cb6752512a54ad2f9b7d42337b4e5a0635003cccd7_amd64",
"9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:c81ab813061a01f78cfd4c278f0dfee3c8dc15f04c87d924eae9866adf020309_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:0a0d42d05ca14802c5fe8c2d9482cdcdf21e77ef27bd03a8237fe36d268d4b8d_arm64",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:6d76e5388f91606338eb730c7ab757352ec2c0e163c02222014262d953667810_amd64",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:6dbbea183818a69e56b739b5434515008f9beeeab2a19b1de62f93ed21b40a41_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:c3a22d7caa7ef8da08ceea2593f7ea3c5fd20d6de387f5c108deaec0ef482b7b_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:063ce7011522181d92e55998f9130d7e1cf757831f6682e5a2bd30abf76e2661_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:0af8d8f55c93aadd0bef2a6a092e972187e8cb020de54a0a6f547d7ecd7646e5_amd64",
"9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:a83fb46285e3e5fb176799edbb7b58f75db44bee6e5bce5009b58d08f742bf5b_s390x",
"9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:47ae26a5548ad25ea602bf92cabee281fe76ad55cc5bb20878b7073a64a3b2d0_amd64",
"9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:4f46fc1c076c375fc15a7ef7aca1a9cd06a1dc783835ebec9b9dbd5bffe4fecf_s390x",
"9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:84d7c1cb1faf9589c057b938d731ddeb0b57f9a376cef5069ba49b14a95e9891_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:1a72b27098021c575f6720904963fb19f928c7c5e33928fdca909f17df513b98_amd64",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:5424e130fb363a582a73e9b6168323bf02c68a52b2d57fe6d08a8f15eb9329c6_s390x",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:e53a5a6beacd5f4b0a261086c3cd8320bca975293d19bd44e722ac027541f323_arm64",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:f74dafa055278595d6d57309d392cb5dd5ad238ae8963ca8bdaeb21b6cb5bc2e_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:33b558053565e3839dbcd52f590aec522f64f43eb606379ba95cca46b67e24da_amd64",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:37964ea86c613e085111c1412f1eee7132c026aed976ae6cf8c34893af1294eb_s390x",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:78e677cce335b1df23da8911e6f989876b82deea6e5a53420c25caf5ac72edea_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:c5acbd09ea84230e79e08d0091fbe0da17ce8e0905f1d9c46c2d6efab26f9d78_arm64",
"9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:36755587f839b2c47adaf398c2346743e25038c436daac7e7253b799ff8e690a_s390x",
"9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:5d6e5a1075757bb435cb692024d2958e2292331a517d1032b65d2268036f3788_amd64",
"9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:a945d69d070e0a5358d8451fcc50e67ca77b09f946c46bd2b1419fc5f38fb37a_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:d8a9b21e27185f57c6da96846f74cfac9d3361d8c7ce4805bdb89d4edc6c1b29_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:dd2ca2b97888416c8b80afea093b72448dc86629bb1c639e9678c2c692e0ec39_amd64",
"9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:ebe97465d3cd4574d2129e3ab38774bd38d450380e422d36be434dc1453d672e_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:450915fa93b94ccbbf053e62df503b53537435a3f41a0c38198f78ea1e94b80b_ppc64le",
"9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:7227150cea2a8adcc29e12b3da59587aa1a6c52a32cdd48c41c3a81b613b91cd_amd64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:f97ff3b4f983ddd30285d8e8c0816b47f93b3e389791363d14d2e912bfc7606b_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:040b6e9c9955e329a0f402f59e713609191700a064add10fd1a2a5f9e8e8a1aa_amd64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:59b2a8b5c61d30b627a66348614df3bbd9a39f2b31c9b15dc69e665c23eb15bf_ppc64le",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:7134af93863a6bd4b0b5bb11d86d0397d5d3bde79b71e8981f4e27550141e2e9_arm64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:e04b7692f5d0bd0d48d990807c6d1c55ca2a7f284c3b48aa557aa9f11b841920_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:7c39222532f3d3247432d439f179f457eb55748b1d252173692b5feb50aa03a4_ppc64le",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:869c78d037b918ed96f8288c189dffb3a73a2e056ca210483c7ef98866bbbfb8_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:cd913d30a4e7c6a65df4ae0415fa3fa2d945ae298b4cdb0f27f74205a7499814_amd64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:f178e112ab8db833aec6e85c48227604cde25ec02b0e1a8a291efa959afcf7e1_arm64",
"9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:8f07f45728be81becd927d81513d1a4eb9cf119730f6104910519fd896c44f94_amd64",
"9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:c20ff224739974a68d1397ee45520d0d1d00af115b0f8777a8a8ffb70811762f_s390x",
"9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:cc50af7805f11da9c2820bc3cd6258b3d739878d82faf38debed2fbff3226643_ppc64le",
"9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:5ee30837a0b18143ed4410a879449197df831aa9da3f9e34d984bba54ea4933a_s390x",
"9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:6aadd2e1cbe192ec68406bdf96a3125b2b408ee1544b5379fee049d711c0ec7c_amd64",
"9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:ed1f1d9c52cae74b9ba277d8b458235a6f889c6970939da5d14566a4df33ca9d_ppc64le",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:18cc0feb72e3373314a76d955ee7658f5ebfa2d7626a604a5a71cb0a6d377a99_amd64",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:2b2335ac98fa4687353ab96055d5a11c15653e8ee61e102029b31d6b8eec7293_ppc64le",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:5fb6dc48aedd9ca60676f5f3e81b9fe9060fb4c62d22bae50da3c0ba09bf4f2f_arm64",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:fbbb03b4b3860e0781ab33f33cfbaca2191d1ee2b8ab60b63cc1ffa7630a2932_s390x",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:1d0044891f122b29fe37da51ba2058b0e35f40bcf382750d5953f2fa747df2e3_amd64",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:1e8cda9bda7d3a47b07a9174e08d1859b1c1205ca81d5951ee80987e7bd93e09_s390x",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:2e25f7fd188cd070d77a85f41f9b59d9471ba6dbef4dbdfc0df7b34f87bc605c_arm64",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:ad4705d6e080d91c497d3d5d60694f0b3c867036977c7229a3321414e7a6c261_ppc64le",
"9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:64bfb313027c6795160078915c238bc77379781c7316ba251cb3c762cdfd5c35_amd64",
"9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:b48272102bd84914525944f43b25424ac8107684604c5467dc8fe8621567368c_ppc64le",
"9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:b9eac319261085e82a1ef2257560e6c42c75cbb93ea28c9a35687d1141e02b2d_s390x",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:303719e90364646b758fb09b7d794fe3df667b433238e7eb5608fb1a68f0a916_s390x",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:58f4a8de4884bfafab44af61ed88de7ee89910e89607d0305a10c9f75400f877_amd64",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:7208254fcdcdc8544cc7e14ed788fa481ae47fd574a3e72fc82ea3bd42b01e2e_ppc64le",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:d13a6ec8126d862628abdeb4a98f4cb6c177e10856c347d118ec2ce02a550055_arm64",
"9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:1555cb387d9245294fb2a4a769d16850fa81d23c3cd37ae12db1b236958920bd_ppc64le",
"9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:38ecc809db4dc7555c1802e36be5d77e40c8e808039c4b39dff6c31477c213c0_s390x",
"9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:b6277c661f62a2693a3dd522c555a3f9b7dc4f109f7eca7f6b77b4f662deef2c_amd64",
"9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:102ecaa53a174455c8392a9e221dd0f332613fc0c0e206182c4c483cbd7f9ff3_s390x",
"9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:16883eec33baacfd7397f06defdb64d7f6ae0a41ef1cfd9f4b8c3523687abe54_ppc64le",
"9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:69c1d64898f84bfea2cf8d732560c529dea09a5e9cabe5a6d490dced46b8d565_amd64",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:4c55cf259697e6add1bf6c007069e9c9662113c5ce1fad721bca824598d04e6f_amd64",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:d824b7fb9d7e36f008ce9541fd945aaa22042ad25360ccb2e50e81bc2b75522d_arm64",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:ed32cb24e244040bb13d1ec5a8413e12c739f5ba8b184b885eb8838a32da6b63_s390x",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:efc7101ccfaee51eb247d19970a29d91c2163f570bfbc7cfb05ea9bc518500e1_ppc64le",
"9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:2bdda576e27f6b8688c4083845f5127643fd7c7d70e2873e2d8cb4074d02e3ce_s390x",
"9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:30c4ba553c28e92404dc3d608737573754afdd3bb36b9f8647b2d778d4dd9ae3_amd64",
"9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:312d28ca82c64be6453547f52184a78f1096726ece096ed28e8059585842e796_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:039d7784c93a2432dfdb38db7685c74c49b58add758fc3a89eadf0d0b0e449a5_ppc64le",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:9132b7bae3bf3872f4cb2836136932d70a850ab04837a827d147bd007f61e907_s390x",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:9ea768460f8017cbe5d2d48897be95d35ef8a415c6da84152517b55d7d27b584_amd64",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:cd37fe49d2702c78a87c7299f5192ed1cc11c1178b8b633f7dced80f3b946fc3_arm64",
"9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:54996beca536094a30d924c43e3a52ff615437e08b0bfae28589194819bb7e7b_amd64",
"9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:5e2db5f8ef6366f227c564fc9ded923ad0d6c3b190113e480d3eb2165ef82c5d_ppc64le",
"9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:eabebc3a64689b08b82d49375f3c640574651a9ad3a3da75d250f92cd5dedb22_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:4d0a582844fc0a5da3de30ceeb47427f910c993aa76c8e29630e5a2125cf623c_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:8282a7990053ea1bfbbfcb2f58ded06dead846e4074c512a57065f6c9fe824f1_amd64",
"9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:f60a40d72b734d429221ae60ec638a2ff3db1227ac46aefc2f6268dd9e0f6659_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:0c887785712767cecf50f89e09b194b1923082d8bdd5ed08f475c2f8335deb92_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:76ff157ecf4135855e29b7cb6752512a54ad2f9b7d42337b4e5a0635003cccd7_amd64",
"9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:c81ab813061a01f78cfd4c278f0dfee3c8dc15f04c87d924eae9866adf020309_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:0a0d42d05ca14802c5fe8c2d9482cdcdf21e77ef27bd03a8237fe36d268d4b8d_arm64",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:6d76e5388f91606338eb730c7ab757352ec2c0e163c02222014262d953667810_amd64",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:6dbbea183818a69e56b739b5434515008f9beeeab2a19b1de62f93ed21b40a41_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:c3a22d7caa7ef8da08ceea2593f7ea3c5fd20d6de387f5c108deaec0ef482b7b_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:063ce7011522181d92e55998f9130d7e1cf757831f6682e5a2bd30abf76e2661_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:0af8d8f55c93aadd0bef2a6a092e972187e8cb020de54a0a6f547d7ecd7646e5_amd64",
"9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:a83fb46285e3e5fb176799edbb7b58f75db44bee6e5bce5009b58d08f742bf5b_s390x",
"9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:47ae26a5548ad25ea602bf92cabee281fe76ad55cc5bb20878b7073a64a3b2d0_amd64",
"9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:4f46fc1c076c375fc15a7ef7aca1a9cd06a1dc783835ebec9b9dbd5bffe4fecf_s390x",
"9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:84d7c1cb1faf9589c057b938d731ddeb0b57f9a376cef5069ba49b14a95e9891_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:1a72b27098021c575f6720904963fb19f928c7c5e33928fdca909f17df513b98_amd64",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:5424e130fb363a582a73e9b6168323bf02c68a52b2d57fe6d08a8f15eb9329c6_s390x",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:e53a5a6beacd5f4b0a261086c3cd8320bca975293d19bd44e722ac027541f323_arm64",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:f74dafa055278595d6d57309d392cb5dd5ad238ae8963ca8bdaeb21b6cb5bc2e_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:33b558053565e3839dbcd52f590aec522f64f43eb606379ba95cca46b67e24da_amd64",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:37964ea86c613e085111c1412f1eee7132c026aed976ae6cf8c34893af1294eb_s390x",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:78e677cce335b1df23da8911e6f989876b82deea6e5a53420c25caf5ac72edea_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:c5acbd09ea84230e79e08d0091fbe0da17ce8e0905f1d9c46c2d6efab26f9d78_arm64",
"9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:36755587f839b2c47adaf398c2346743e25038c436daac7e7253b799ff8e690a_s390x",
"9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:5d6e5a1075757bb435cb692024d2958e2292331a517d1032b65d2268036f3788_amd64",
"9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:a945d69d070e0a5358d8451fcc50e67ca77b09f946c46bd2b1419fc5f38fb37a_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:d8a9b21e27185f57c6da96846f74cfac9d3361d8c7ce4805bdb89d4edc6c1b29_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:dd2ca2b97888416c8b80afea093b72448dc86629bb1c639e9678c2c692e0ec39_amd64",
"9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:ebe97465d3cd4574d2129e3ab38774bd38d450380e422d36be434dc1453d672e_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:450915fa93b94ccbbf053e62df503b53537435a3f41a0c38198f78ea1e94b80b_ppc64le",
"9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:7227150cea2a8adcc29e12b3da59587aa1a6c52a32cdd48c41c3a81b613b91cd_amd64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:f97ff3b4f983ddd30285d8e8c0816b47f93b3e389791363d14d2e912bfc7606b_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:040b6e9c9955e329a0f402f59e713609191700a064add10fd1a2a5f9e8e8a1aa_amd64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:59b2a8b5c61d30b627a66348614df3bbd9a39f2b31c9b15dc69e665c23eb15bf_ppc64le",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:7134af93863a6bd4b0b5bb11d86d0397d5d3bde79b71e8981f4e27550141e2e9_arm64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:e04b7692f5d0bd0d48d990807c6d1c55ca2a7f284c3b48aa557aa9f11b841920_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:7c39222532f3d3247432d439f179f457eb55748b1d252173692b5feb50aa03a4_ppc64le",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:869c78d037b918ed96f8288c189dffb3a73a2e056ca210483c7ef98866bbbfb8_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:cd913d30a4e7c6a65df4ae0415fa3fa2d945ae298b4cdb0f27f74205a7499814_amd64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:f178e112ab8db833aec6e85c48227604cde25ec02b0e1a8a291efa959afcf7e1_arm64",
"9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:8f07f45728be81becd927d81513d1a4eb9cf119730f6104910519fd896c44f94_amd64",
"9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:c20ff224739974a68d1397ee45520d0d1d00af115b0f8777a8a8ffb70811762f_s390x",
"9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:cc50af7805f11da9c2820bc3cd6258b3d739878d82faf38debed2fbff3226643_ppc64le",
"9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:5ee30837a0b18143ed4410a879449197df831aa9da3f9e34d984bba54ea4933a_s390x",
"9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:6aadd2e1cbe192ec68406bdf96a3125b2b408ee1544b5379fee049d711c0ec7c_amd64",
"9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:ed1f1d9c52cae74b9ba277d8b458235a6f889c6970939da5d14566a4df33ca9d_ppc64le",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:18cc0feb72e3373314a76d955ee7658f5ebfa2d7626a604a5a71cb0a6d377a99_amd64",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:2b2335ac98fa4687353ab96055d5a11c15653e8ee61e102029b31d6b8eec7293_ppc64le",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:5fb6dc48aedd9ca60676f5f3e81b9fe9060fb4c62d22bae50da3c0ba09bf4f2f_arm64",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:fbbb03b4b3860e0781ab33f33cfbaca2191d1ee2b8ab60b63cc1ffa7630a2932_s390x",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:1d0044891f122b29fe37da51ba2058b0e35f40bcf382750d5953f2fa747df2e3_amd64",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:1e8cda9bda7d3a47b07a9174e08d1859b1c1205ca81d5951ee80987e7bd93e09_s390x",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:2e25f7fd188cd070d77a85f41f9b59d9471ba6dbef4dbdfc0df7b34f87bc605c_arm64",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:ad4705d6e080d91c497d3d5d60694f0b3c867036977c7229a3321414e7a6c261_ppc64le",
"9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:64bfb313027c6795160078915c238bc77379781c7316ba251cb3c762cdfd5c35_amd64",
"9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:b48272102bd84914525944f43b25424ac8107684604c5467dc8fe8621567368c_ppc64le",
"9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:b9eac319261085e82a1ef2257560e6c42c75cbb93ea28c9a35687d1141e02b2d_s390x",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:303719e90364646b758fb09b7d794fe3df667b433238e7eb5608fb1a68f0a916_s390x",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:58f4a8de4884bfafab44af61ed88de7ee89910e89607d0305a10c9f75400f877_amd64",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:7208254fcdcdc8544cc7e14ed788fa481ae47fd574a3e72fc82ea3bd42b01e2e_ppc64le",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:d13a6ec8126d862628abdeb4a98f4cb6c177e10856c347d118ec2ce02a550055_arm64",
"9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:1555cb387d9245294fb2a4a769d16850fa81d23c3cd37ae12db1b236958920bd_ppc64le",
"9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:38ecc809db4dc7555c1802e36be5d77e40c8e808039c4b39dff6c31477c213c0_s390x",
"9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:b6277c661f62a2693a3dd522c555a3f9b7dc4f109f7eca7f6b77b4f662deef2c_amd64",
"9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:102ecaa53a174455c8392a9e221dd0f332613fc0c0e206182c4c483cbd7f9ff3_s390x",
"9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:16883eec33baacfd7397f06defdb64d7f6ae0a41ef1cfd9f4b8c3523687abe54_ppc64le",
"9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:69c1d64898f84bfea2cf8d732560c529dea09a5e9cabe5a6d490dced46b8d565_amd64",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:4c55cf259697e6add1bf6c007069e9c9662113c5ce1fad721bca824598d04e6f_amd64",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:d824b7fb9d7e36f008ce9541fd945aaa22042ad25360ccb2e50e81bc2b75522d_arm64",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:ed32cb24e244040bb13d1ec5a8413e12c739f5ba8b184b885eb8838a32da6b63_s390x",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:efc7101ccfaee51eb247d19970a29d91c2163f570bfbc7cfb05ea9bc518500e1_ppc64le",
"9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:2bdda576e27f6b8688c4083845f5127643fd7c7d70e2873e2d8cb4074d02e3ce_s390x",
"9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:30c4ba553c28e92404dc3d608737573754afdd3bb36b9f8647b2d778d4dd9ae3_amd64",
"9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:312d28ca82c64be6453547f52184a78f1096726ece096ed28e8059585842e796_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:39987d89492b40620910dfea5bfcb4f5456faec3c5cc0f008cff3c62f48166de_s390x",
"9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:6d47ae3d82057f74c134d0991aec82f792fc5f5e8be68c2cd355e839ed164cbe_ppc64le",
"9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:dfa7a6da4c316172b117a80ca6d4dccd173193baa5207ac052dfcf16bd6e0649_amd64",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:37a49dd28d4e4c70d67a5347df258ea7a0859224a1d648b04ff38b89aefead1f_s390x",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:86347d437ac659fbba7ca5d630f67d6dfaf9b96b24bbe0d74353bcf5dea0c593_arm64",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:90ea93b88a80e33ab56e8fa4ae37ce34b8bef80281824dc27c4427355a4cd0d4_ppc64le",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:aff6272b9ae5b95a1552173fa28b00c3bd26ab001357fcd92beab2b4e82998f9_amd64"
],
"known_not_affected": [
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:039d7784c93a2432dfdb38db7685c74c49b58add758fc3a89eadf0d0b0e449a5_ppc64le",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:9132b7bae3bf3872f4cb2836136932d70a850ab04837a827d147bd007f61e907_s390x",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:9ea768460f8017cbe5d2d48897be95d35ef8a415c6da84152517b55d7d27b584_amd64",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:cd37fe49d2702c78a87c7299f5192ed1cc11c1178b8b633f7dced80f3b946fc3_arm64",
"9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:54996beca536094a30d924c43e3a52ff615437e08b0bfae28589194819bb7e7b_amd64",
"9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:5e2db5f8ef6366f227c564fc9ded923ad0d6c3b190113e480d3eb2165ef82c5d_ppc64le",
"9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:eabebc3a64689b08b82d49375f3c640574651a9ad3a3da75d250f92cd5dedb22_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:4d0a582844fc0a5da3de30ceeb47427f910c993aa76c8e29630e5a2125cf623c_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:8282a7990053ea1bfbbfcb2f58ded06dead846e4074c512a57065f6c9fe824f1_amd64",
"9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:f60a40d72b734d429221ae60ec638a2ff3db1227ac46aefc2f6268dd9e0f6659_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:0c887785712767cecf50f89e09b194b1923082d8bdd5ed08f475c2f8335deb92_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:76ff157ecf4135855e29b7cb6752512a54ad2f9b7d42337b4e5a0635003cccd7_amd64",
"9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:c81ab813061a01f78cfd4c278f0dfee3c8dc15f04c87d924eae9866adf020309_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:0a0d42d05ca14802c5fe8c2d9482cdcdf21e77ef27bd03a8237fe36d268d4b8d_arm64",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:6d76e5388f91606338eb730c7ab757352ec2c0e163c02222014262d953667810_amd64",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:6dbbea183818a69e56b739b5434515008f9beeeab2a19b1de62f93ed21b40a41_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:c3a22d7caa7ef8da08ceea2593f7ea3c5fd20d6de387f5c108deaec0ef482b7b_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:063ce7011522181d92e55998f9130d7e1cf757831f6682e5a2bd30abf76e2661_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:0af8d8f55c93aadd0bef2a6a092e972187e8cb020de54a0a6f547d7ecd7646e5_amd64",
"9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:a83fb46285e3e5fb176799edbb7b58f75db44bee6e5bce5009b58d08f742bf5b_s390x",
"9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:47ae26a5548ad25ea602bf92cabee281fe76ad55cc5bb20878b7073a64a3b2d0_amd64",
"9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:4f46fc1c076c375fc15a7ef7aca1a9cd06a1dc783835ebec9b9dbd5bffe4fecf_s390x",
"9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:84d7c1cb1faf9589c057b938d731ddeb0b57f9a376cef5069ba49b14a95e9891_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:1a72b27098021c575f6720904963fb19f928c7c5e33928fdca909f17df513b98_amd64",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:5424e130fb363a582a73e9b6168323bf02c68a52b2d57fe6d08a8f15eb9329c6_s390x",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:e53a5a6beacd5f4b0a261086c3cd8320bca975293d19bd44e722ac027541f323_arm64",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:f74dafa055278595d6d57309d392cb5dd5ad238ae8963ca8bdaeb21b6cb5bc2e_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:33b558053565e3839dbcd52f590aec522f64f43eb606379ba95cca46b67e24da_amd64",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:37964ea86c613e085111c1412f1eee7132c026aed976ae6cf8c34893af1294eb_s390x",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:78e677cce335b1df23da8911e6f989876b82deea6e5a53420c25caf5ac72edea_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:c5acbd09ea84230e79e08d0091fbe0da17ce8e0905f1d9c46c2d6efab26f9d78_arm64",
"9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:36755587f839b2c47adaf398c2346743e25038c436daac7e7253b799ff8e690a_s390x",
"9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:5d6e5a1075757bb435cb692024d2958e2292331a517d1032b65d2268036f3788_amd64",
"9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:a945d69d070e0a5358d8451fcc50e67ca77b09f946c46bd2b1419fc5f38fb37a_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:d8a9b21e27185f57c6da96846f74cfac9d3361d8c7ce4805bdb89d4edc6c1b29_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:dd2ca2b97888416c8b80afea093b72448dc86629bb1c639e9678c2c692e0ec39_amd64",
"9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:ebe97465d3cd4574d2129e3ab38774bd38d450380e422d36be434dc1453d672e_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:450915fa93b94ccbbf053e62df503b53537435a3f41a0c38198f78ea1e94b80b_ppc64le",
"9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:7227150cea2a8adcc29e12b3da59587aa1a6c52a32cdd48c41c3a81b613b91cd_amd64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:f97ff3b4f983ddd30285d8e8c0816b47f93b3e389791363d14d2e912bfc7606b_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:040b6e9c9955e329a0f402f59e713609191700a064add10fd1a2a5f9e8e8a1aa_amd64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:59b2a8b5c61d30b627a66348614df3bbd9a39f2b31c9b15dc69e665c23eb15bf_ppc64le",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:7134af93863a6bd4b0b5bb11d86d0397d5d3bde79b71e8981f4e27550141e2e9_arm64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:e04b7692f5d0bd0d48d990807c6d1c55ca2a7f284c3b48aa557aa9f11b841920_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:7c39222532f3d3247432d439f179f457eb55748b1d252173692b5feb50aa03a4_ppc64le",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:869c78d037b918ed96f8288c189dffb3a73a2e056ca210483c7ef98866bbbfb8_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:cd913d30a4e7c6a65df4ae0415fa3fa2d945ae298b4cdb0f27f74205a7499814_amd64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:f178e112ab8db833aec6e85c48227604cde25ec02b0e1a8a291efa959afcf7e1_arm64",
"9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:8f07f45728be81becd927d81513d1a4eb9cf119730f6104910519fd896c44f94_amd64",
"9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:c20ff224739974a68d1397ee45520d0d1d00af115b0f8777a8a8ffb70811762f_s390x",
"9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:cc50af7805f11da9c2820bc3cd6258b3d739878d82faf38debed2fbff3226643_ppc64le",
"9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:5ee30837a0b18143ed4410a879449197df831aa9da3f9e34d984bba54ea4933a_s390x",
"9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:6aadd2e1cbe192ec68406bdf96a3125b2b408ee1544b5379fee049d711c0ec7c_amd64",
"9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:ed1f1d9c52cae74b9ba277d8b458235a6f889c6970939da5d14566a4df33ca9d_ppc64le",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:18cc0feb72e3373314a76d955ee7658f5ebfa2d7626a604a5a71cb0a6d377a99_amd64",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:2b2335ac98fa4687353ab96055d5a11c15653e8ee61e102029b31d6b8eec7293_ppc64le",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:5fb6dc48aedd9ca60676f5f3e81b9fe9060fb4c62d22bae50da3c0ba09bf4f2f_arm64",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:fbbb03b4b3860e0781ab33f33cfbaca2191d1ee2b8ab60b63cc1ffa7630a2932_s390x",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:1d0044891f122b29fe37da51ba2058b0e35f40bcf382750d5953f2fa747df2e3_amd64",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:1e8cda9bda7d3a47b07a9174e08d1859b1c1205ca81d5951ee80987e7bd93e09_s390x",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:2e25f7fd188cd070d77a85f41f9b59d9471ba6dbef4dbdfc0df7b34f87bc605c_arm64",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:ad4705d6e080d91c497d3d5d60694f0b3c867036977c7229a3321414e7a6c261_ppc64le",
"9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:64bfb313027c6795160078915c238bc77379781c7316ba251cb3c762cdfd5c35_amd64",
"9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:b48272102bd84914525944f43b25424ac8107684604c5467dc8fe8621567368c_ppc64le",
"9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:b9eac319261085e82a1ef2257560e6c42c75cbb93ea28c9a35687d1141e02b2d_s390x",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:303719e90364646b758fb09b7d794fe3df667b433238e7eb5608fb1a68f0a916_s390x",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:58f4a8de4884bfafab44af61ed88de7ee89910e89607d0305a10c9f75400f877_amd64",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:7208254fcdcdc8544cc7e14ed788fa481ae47fd574a3e72fc82ea3bd42b01e2e_ppc64le",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:d13a6ec8126d862628abdeb4a98f4cb6c177e10856c347d118ec2ce02a550055_arm64",
"9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:1555cb387d9245294fb2a4a769d16850fa81d23c3cd37ae12db1b236958920bd_ppc64le",
"9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:38ecc809db4dc7555c1802e36be5d77e40c8e808039c4b39dff6c31477c213c0_s390x",
"9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:b6277c661f62a2693a3dd522c555a3f9b7dc4f109f7eca7f6b77b4f662deef2c_amd64",
"9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:102ecaa53a174455c8392a9e221dd0f332613fc0c0e206182c4c483cbd7f9ff3_s390x",
"9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:16883eec33baacfd7397f06defdb64d7f6ae0a41ef1cfd9f4b8c3523687abe54_ppc64le",
"9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:69c1d64898f84bfea2cf8d732560c529dea09a5e9cabe5a6d490dced46b8d565_amd64",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:4c55cf259697e6add1bf6c007069e9c9662113c5ce1fad721bca824598d04e6f_amd64",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:d824b7fb9d7e36f008ce9541fd945aaa22042ad25360ccb2e50e81bc2b75522d_arm64",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:ed32cb24e244040bb13d1ec5a8413e12c739f5ba8b184b885eb8838a32da6b63_s390x",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:efc7101ccfaee51eb247d19970a29d91c2163f570bfbc7cfb05ea9bc518500e1_ppc64le",
"9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:2bdda576e27f6b8688c4083845f5127643fd7c7d70e2873e2d8cb4074d02e3ce_s390x",
"9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:30c4ba553c28e92404dc3d608737573754afdd3bb36b9f8647b2d778d4dd9ae3_amd64",
"9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:312d28ca82c64be6453547f52184a78f1096726ece096ed28e8059585842e796_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-02T19:51:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:39987d89492b40620910dfea5bfcb4f5456faec3c5cc0f008cff3c62f48166de_s390x",
"9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:6d47ae3d82057f74c134d0991aec82f792fc5f5e8be68c2cd355e839ed164cbe_ppc64le",
"9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:dfa7a6da4c316172b117a80ca6d4dccd173193baa5207ac052dfcf16bd6e0649_amd64",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:37a49dd28d4e4c70d67a5347df258ea7a0859224a1d648b04ff38b89aefead1f_s390x",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:86347d437ac659fbba7ca5d630f67d6dfaf9b96b24bbe0d74353bcf5dea0c593_arm64",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:90ea93b88a80e33ab56e8fa4ae37ce34b8bef80281824dc27c4427355a4cd0d4_ppc64le",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:aff6272b9ae5b95a1552173fa28b00c3bd26ab001357fcd92beab2b4e82998f9_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3542"
}
],
"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": [
"9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:39987d89492b40620910dfea5bfcb4f5456faec3c5cc0f008cff3c62f48166de_s390x",
"9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:6d47ae3d82057f74c134d0991aec82f792fc5f5e8be68c2cd355e839ed164cbe_ppc64le",
"9Base-RHODF-4.15:odf4/cephcsi-rhel9@sha256:dfa7a6da4c316172b117a80ca6d4dccd173193baa5207ac052dfcf16bd6e0649_amd64",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:039d7784c93a2432dfdb38db7685c74c49b58add758fc3a89eadf0d0b0e449a5_ppc64le",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:9132b7bae3bf3872f4cb2836136932d70a850ab04837a827d147bd007f61e907_s390x",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:9ea768460f8017cbe5d2d48897be95d35ef8a415c6da84152517b55d7d27b584_amd64",
"9Base-RHODF-4.15:odf4/mcg-core-rhel9@sha256:cd37fe49d2702c78a87c7299f5192ed1cc11c1178b8b633f7dced80f3b946fc3_arm64",
"9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:54996beca536094a30d924c43e3a52ff615437e08b0bfae28589194819bb7e7b_amd64",
"9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:5e2db5f8ef6366f227c564fc9ded923ad0d6c3b190113e480d3eb2165ef82c5d_ppc64le",
"9Base-RHODF-4.15:odf4/mcg-operator-bundle@sha256:eabebc3a64689b08b82d49375f3c640574651a9ad3a3da75d250f92cd5dedb22_s390x",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:37a49dd28d4e4c70d67a5347df258ea7a0859224a1d648b04ff38b89aefead1f_s390x",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:86347d437ac659fbba7ca5d630f67d6dfaf9b96b24bbe0d74353bcf5dea0c593_arm64",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:90ea93b88a80e33ab56e8fa4ae37ce34b8bef80281824dc27c4427355a4cd0d4_ppc64le",
"9Base-RHODF-4.15:odf4/mcg-rhel9-operator@sha256:aff6272b9ae5b95a1552173fa28b00c3bd26ab001357fcd92beab2b4e82998f9_amd64",
"9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:4d0a582844fc0a5da3de30ceeb47427f910c993aa76c8e29630e5a2125cf623c_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:8282a7990053ea1bfbbfcb2f58ded06dead846e4074c512a57065f6c9fe824f1_amd64",
"9Base-RHODF-4.15:odf4/ocs-client-console-rhel9@sha256:f60a40d72b734d429221ae60ec638a2ff3db1227ac46aefc2f6268dd9e0f6659_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:0c887785712767cecf50f89e09b194b1923082d8bdd5ed08f475c2f8335deb92_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:76ff157ecf4135855e29b7cb6752512a54ad2f9b7d42337b4e5a0635003cccd7_amd64",
"9Base-RHODF-4.15:odf4/ocs-client-operator-bundle@sha256:c81ab813061a01f78cfd4c278f0dfee3c8dc15f04c87d924eae9866adf020309_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:0a0d42d05ca14802c5fe8c2d9482cdcdf21e77ef27bd03a8237fe36d268d4b8d_arm64",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:6d76e5388f91606338eb730c7ab757352ec2c0e163c02222014262d953667810_amd64",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:6dbbea183818a69e56b739b5434515008f9beeeab2a19b1de62f93ed21b40a41_s390x",
"9Base-RHODF-4.15:odf4/ocs-client-rhel9-operator@sha256:c3a22d7caa7ef8da08ceea2593f7ea3c5fd20d6de387f5c108deaec0ef482b7b_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:063ce7011522181d92e55998f9130d7e1cf757831f6682e5a2bd30abf76e2661_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:0af8d8f55c93aadd0bef2a6a092e972187e8cb020de54a0a6f547d7ecd7646e5_amd64",
"9Base-RHODF-4.15:odf4/ocs-metrics-exporter-rhel9@sha256:a83fb46285e3e5fb176799edbb7b58f75db44bee6e5bce5009b58d08f742bf5b_s390x",
"9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:47ae26a5548ad25ea602bf92cabee281fe76ad55cc5bb20878b7073a64a3b2d0_amd64",
"9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:4f46fc1c076c375fc15a7ef7aca1a9cd06a1dc783835ebec9b9dbd5bffe4fecf_s390x",
"9Base-RHODF-4.15:odf4/ocs-operator-bundle@sha256:84d7c1cb1faf9589c057b938d731ddeb0b57f9a376cef5069ba49b14a95e9891_ppc64le",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:1a72b27098021c575f6720904963fb19f928c7c5e33928fdca909f17df513b98_amd64",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:5424e130fb363a582a73e9b6168323bf02c68a52b2d57fe6d08a8f15eb9329c6_s390x",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:e53a5a6beacd5f4b0a261086c3cd8320bca975293d19bd44e722ac027541f323_arm64",
"9Base-RHODF-4.15:odf4/ocs-rhel9-operator@sha256:f74dafa055278595d6d57309d392cb5dd5ad238ae8963ca8bdaeb21b6cb5bc2e_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:33b558053565e3839dbcd52f590aec522f64f43eb606379ba95cca46b67e24da_amd64",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:37964ea86c613e085111c1412f1eee7132c026aed976ae6cf8c34893af1294eb_s390x",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:78e677cce335b1df23da8911e6f989876b82deea6e5a53420c25caf5ac72edea_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cli-rhel9@sha256:c5acbd09ea84230e79e08d0091fbe0da17ce8e0905f1d9c46c2d6efab26f9d78_arm64",
"9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:36755587f839b2c47adaf398c2346743e25038c436daac7e7253b799ff8e690a_s390x",
"9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:5d6e5a1075757bb435cb692024d2958e2292331a517d1032b65d2268036f3788_amd64",
"9Base-RHODF-4.15:odf4/odf-console-rhel9@sha256:a945d69d070e0a5358d8451fcc50e67ca77b09f946c46bd2b1419fc5f38fb37a_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:d8a9b21e27185f57c6da96846f74cfac9d3361d8c7ce4805bdb89d4edc6c1b29_ppc64le",
"9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:dd2ca2b97888416c8b80afea093b72448dc86629bb1c639e9678c2c692e0ec39_amd64",
"9Base-RHODF-4.15:odf4/odf-cosi-sidecar-rhel9@sha256:ebe97465d3cd4574d2129e3ab38774bd38d450380e422d36be434dc1453d672e_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:450915fa93b94ccbbf053e62df503b53537435a3f41a0c38198f78ea1e94b80b_ppc64le",
"9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:7227150cea2a8adcc29e12b3da59587aa1a6c52a32cdd48c41c3a81b613b91cd_amd64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-operator-bundle@sha256:f97ff3b4f983ddd30285d8e8c0816b47f93b3e389791363d14d2e912bfc7606b_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:040b6e9c9955e329a0f402f59e713609191700a064add10fd1a2a5f9e8e8a1aa_amd64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:59b2a8b5c61d30b627a66348614df3bbd9a39f2b31c9b15dc69e665c23eb15bf_ppc64le",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:7134af93863a6bd4b0b5bb11d86d0397d5d3bde79b71e8981f4e27550141e2e9_arm64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-rhel9-operator@sha256:e04b7692f5d0bd0d48d990807c6d1c55ca2a7f284c3b48aa557aa9f11b841920_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:7c39222532f3d3247432d439f179f457eb55748b1d252173692b5feb50aa03a4_ppc64le",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:869c78d037b918ed96f8288c189dffb3a73a2e056ca210483c7ef98866bbbfb8_s390x",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:cd913d30a4e7c6a65df4ae0415fa3fa2d945ae298b4cdb0f27f74205a7499814_amd64",
"9Base-RHODF-4.15:odf4/odf-csi-addons-sidecar-rhel9@sha256:f178e112ab8db833aec6e85c48227604cde25ec02b0e1a8a291efa959afcf7e1_arm64",
"9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:8f07f45728be81becd927d81513d1a4eb9cf119730f6104910519fd896c44f94_amd64",
"9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:c20ff224739974a68d1397ee45520d0d1d00af115b0f8777a8a8ffb70811762f_s390x",
"9Base-RHODF-4.15:odf4/odf-multicluster-console-rhel9@sha256:cc50af7805f11da9c2820bc3cd6258b3d739878d82faf38debed2fbff3226643_ppc64le",
"9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:5ee30837a0b18143ed4410a879449197df831aa9da3f9e34d984bba54ea4933a_s390x",
"9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:6aadd2e1cbe192ec68406bdf96a3125b2b408ee1544b5379fee049d711c0ec7c_amd64",
"9Base-RHODF-4.15:odf4/odf-multicluster-operator-bundle@sha256:ed1f1d9c52cae74b9ba277d8b458235a6f889c6970939da5d14566a4df33ca9d_ppc64le",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:18cc0feb72e3373314a76d955ee7658f5ebfa2d7626a604a5a71cb0a6d377a99_amd64",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:2b2335ac98fa4687353ab96055d5a11c15653e8ee61e102029b31d6b8eec7293_ppc64le",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:5fb6dc48aedd9ca60676f5f3e81b9fe9060fb4c62d22bae50da3c0ba09bf4f2f_arm64",
"9Base-RHODF-4.15:odf4/odf-multicluster-rhel9-operator@sha256:fbbb03b4b3860e0781ab33f33cfbaca2191d1ee2b8ab60b63cc1ffa7630a2932_s390x",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:1d0044891f122b29fe37da51ba2058b0e35f40bcf382750d5953f2fa747df2e3_amd64",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:1e8cda9bda7d3a47b07a9174e08d1859b1c1205ca81d5951ee80987e7bd93e09_s390x",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:2e25f7fd188cd070d77a85f41f9b59d9471ba6dbef4dbdfc0df7b34f87bc605c_arm64",
"9Base-RHODF-4.15:odf4/odf-must-gather-rhel9@sha256:ad4705d6e080d91c497d3d5d60694f0b3c867036977c7229a3321414e7a6c261_ppc64le",
"9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:64bfb313027c6795160078915c238bc77379781c7316ba251cb3c762cdfd5c35_amd64",
"9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:b48272102bd84914525944f43b25424ac8107684604c5467dc8fe8621567368c_ppc64le",
"9Base-RHODF-4.15:odf4/odf-operator-bundle@sha256:b9eac319261085e82a1ef2257560e6c42c75cbb93ea28c9a35687d1141e02b2d_s390x",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:303719e90364646b758fb09b7d794fe3df667b433238e7eb5608fb1a68f0a916_s390x",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:58f4a8de4884bfafab44af61ed88de7ee89910e89607d0305a10c9f75400f877_amd64",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:7208254fcdcdc8544cc7e14ed788fa481ae47fd574a3e72fc82ea3bd42b01e2e_ppc64le",
"9Base-RHODF-4.15:odf4/odf-rhel9-operator@sha256:d13a6ec8126d862628abdeb4a98f4cb6c177e10856c347d118ec2ce02a550055_arm64",
"9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:1555cb387d9245294fb2a4a769d16850fa81d23c3cd37ae12db1b236958920bd_ppc64le",
"9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:38ecc809db4dc7555c1802e36be5d77e40c8e808039c4b39dff6c31477c213c0_s390x",
"9Base-RHODF-4.15:odf4/odr-cluster-operator-bundle@sha256:b6277c661f62a2693a3dd522c555a3f9b7dc4f109f7eca7f6b77b4f662deef2c_amd64",
"9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:102ecaa53a174455c8392a9e221dd0f332613fc0c0e206182c4c483cbd7f9ff3_s390x",
"9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:16883eec33baacfd7397f06defdb64d7f6ae0a41ef1cfd9f4b8c3523687abe54_ppc64le",
"9Base-RHODF-4.15:odf4/odr-hub-operator-bundle@sha256:69c1d64898f84bfea2cf8d732560c529dea09a5e9cabe5a6d490dced46b8d565_amd64",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:4c55cf259697e6add1bf6c007069e9c9662113c5ce1fad721bca824598d04e6f_amd64",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:d824b7fb9d7e36f008ce9541fd945aaa22042ad25360ccb2e50e81bc2b75522d_arm64",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:ed32cb24e244040bb13d1ec5a8413e12c739f5ba8b184b885eb8838a32da6b63_s390x",
"9Base-RHODF-4.15:odf4/odr-rhel9-operator@sha256:efc7101ccfaee51eb247d19970a29d91c2163f570bfbc7cfb05ea9bc518500e1_ppc64le",
"9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:2bdda576e27f6b8688c4083845f5127643fd7c7d70e2873e2d8cb4074d02e3ce_s390x",
"9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:30c4ba553c28e92404dc3d608737573754afdd3bb36b9f8647b2d778d4dd9ae3_amd64",
"9Base-RHODF-4.15:odf4/rook-ceph-rhel9-operator@sha256:312d28ca82c64be6453547f52184a78f1096726ece096ed28e8059585842e796_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
}
]
}
RHSA-2025:3560
Vulnerability from csaf_redhat - Published: 2025-04-03 05:09 - Updated: 2026-06-16 10:14A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and 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 control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:acc3553f74e28e79aee4002f7f1bd274672b8ee86866fcf2a44b75666d499434_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d83fc3642d9bd3a4e4630e2dac4fb561c6f7f7e727349f6b7d1f6edfa30dabcf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:f4f1ecc0a229b3c9e427282b7710afd888bea44b67fc5d3a6198da11e5725de9_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:1ac748e433cb39c9bbd4e184ac960286462b0f7406f73d2945325a3c3c2e609a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:9dc4eef7e8cff11cfe839d7e2162c35837ad9cdc35110667d6c38e35953f64c6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:a89ebda472f7f4b0fba51d050d944014592fb2ed6d14b8fbfce1ceed849e988f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:f8466123c3d888a8bfacad9367e3192a99b889bb512c9e40d69c0b00b2148989_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0b9649ae85fb46bb0589923758be184056fe9ebd278aaced2d0d643d83718230_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:6ba1c8be2c7a4b2868711e5d602a794fc6f37a0b162e43a990e3f434cdf0044d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:8797421d8b1de01b8f797b4f7d31bd741c2dfa612c5de01bd34fe957476b2e91_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a1c20ae7ee43bd06021cefee3050f9ca2fe7e9f067c7bdf1bdd6b53dfc533038_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:8d3cbcfe7dc3d7e8a3eb3b29fa6200dbf3d9cf3330ccbed1c1a078a5017b07a7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:c6956ed3943f33674a897e501b65a36d6148a76a2d495101a0de205f06cabf9b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:efdcd380cb47edfbb65c2c535e1206d3b5a3dde4689e1da79401d0edbabe9349_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:457dadf63904e569adc44f7803bc68ef48a91a14eda8d7ede6ff2f1b85d6c328_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5c283756969496f6ae2d6ce8c7757b982831fc2ddacaf7279d5f6b571af0d37b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:c5dc4d1542df960599b8f22218ef38bb849a806cc1d46d6e45a1a10255e7c8d3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:d117e6618f677d3e9c98a0fc3f6cc3a60361cfdbb33506c2607561c8a8c94eda_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0ee124e4d939ee19fb6e9111fca7c319e25e54189283d6f0741f0c5d268c2f41_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a468c30509ca31644eefd8f529b8a44f5f7491b0862e80189b53a29abac0c43_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1eea45ef55ccbf347341ee1b3a1bc796da7dcea9744f39d8fe996ef98be16860_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:6f5ba9a0ba19e976054f339f22f18a73c3faea22df2eea9f71eba3dc48b40563_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:b258b9bbd6c60f50f5efc54acb6b67ba1aa9d28aac8f148ebcc49f14d09f90a9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:e0cb8f162b6437a6f58b6252b10c808a353f0117ecce309381870da7aa265059_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:0dc53400a4bda89712ff275e78a0c18d52f5e0cbfe6ba68e59d4f79e989b6bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:239a8a479e05cdf4035ea8460d7a31cd3e4f148244f8b0f6f83997e992e319d3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:d07a2e543f9d6fc673c89bba4ca4ef051dfc6c59a77868de9d8086ff9f923e88_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:f4dc7ada5cd9c6e89a4fcc11f8386476db827f0946f986d49b1540029264b1ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:1bee145861954a0a4136b42ab4489fc6fd79c8f1b330f2fc39862cc0a46fc830_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:75ec57b5f25da941662411e6176b7ea0335f28cafd252d27fa7dda9fab991948_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:951bf1e86d6cf0b98221cd2ca570bad1713340dc471e2eb720aeb5e50bb05598_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:358960d56346472a6351d0e8d48bf9aafba868c65d96fc4113b468902bb58d2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:7f1dce9abb8db51a33e89536330f5100c15aeb15cc399ee5b1a0786dc5f22dab_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:a74bcf4fec0071f318e267640147dfc2b8f875b88b12f06bd9274d31184d6b02_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:bab9292348c97ea13be4ef8125107b6af68c16b862d9048589ed35cd883072f3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:c60272213c4184fd7ab0692259a66cb505bf224b6e6c0c08cec1ea8a02dcabbb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:f115dd4a134490d9191fb09d8d75436fe25d1234b7249375e625caf1ecd7d293_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:f2cf1c7f5f0f01735c5a6b5fd7933cebfeeb6705e72eb396c69f1f2073c59ec3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:20df1088e79e9bd16ebf48751811440cd8667e3c9f92734608b6f06551339c0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:4c8672467bc7700a7b35f8b96719123a43e4e37844317cab1e24d362711a60ec_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:ced8bc94fc45ece64cf315a6412557cab16e32140111e45ca169099ea18e98fd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:163496946bbcba554c761cb1a7d51b37847016682b5e28d6e4fe6ddf0f80de79_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:92b7442ce15ff9d0c521269b456116ef84ad75385715c60a7d3c121fcd1f29f6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d13b487c7fc20a394532ed4ef1a2ab29876a6178971277c39d378efaa4d1c2ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:74342c8b5a6475d8f4192963321504c0167d287a890ba1b2ea1a70497f1f5dbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:7b678bae7ef2cfc9ab23b95dc8d17ad0962e19095525107a1896afe0b233ae50_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d2344483504bf0da9153ee8eb552d00f37c16b8ca9adaedf8f76eaf58f931a79_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:39f4170fdda7f6c6d9a4fb52057a1181bfbd9d5bd0aaeba47057915daf8f5d33_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:42aac31311256868599022bceb0225ed8acedd1591ba55255122c954bd4346b4_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:9616a9be9307e7c7a7159e645c6b5b8909be4f23d1abc866b5e7d55ad2527af2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f8c10ac336350424b46225e7e8ff5221075074c37063056e75d70e50b6fd4987_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:2cdbdf40501fcc356ad5681b7dd64ff734db0b64dbc6968ae464c78834814d98_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:7e2a8ed76d0d6a8eeb15da107f3feab2c05336379615d9c136804e9e6d1bfc12_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:8c98f31565bafa6d396af1f2d4e2b10078fb20420ee59969b17f70455611b90c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:fa3034c9854491e3b4d49339b7e11c248edc8b77928d2deb4410ec891ae834e0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:53ca31a31cbc5eb76697ff8b4e061ce154c75da75bb269fd27fbf4b725cfc809_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:6bedadb6458a45832d41e65799e1e28d23d5555a97929ec45e51c6b3e26644c2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:b1ecb2d81cd162a1e78e50a287dc3df5b6d14bf5feb1c1c1cce629ba05aea2a8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:6193c8b7c57c2f436d152faa46273777df16b7b73c982a5dc35c16755587b3fd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:820c5a297ec0ebf76eac82c042e5195ab21e3e93ccd58e4e464229a597f3f28d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:835e71c30e2eedae7eeadf695e800826a50310364f29edbb288385417e20c1ed_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:027d8968b71b031267da6e543baaaf2fcb20532aca623cb853ecc5e64e68af08_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:261cd55bf4de02d4ca8253d050cf6a05330d42a3a71649cfb574c664116f49dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:42c5ad8992906002d9f417b2f03bd46bd43d7ef96bf29d9281bd6684a83d83f2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:e8c762314f9f999ad8d113b6814fc25412cee0ad102b51e059b9282bb9d7df75_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:2b6ac330ea876db86901b98f9ac1064c7ca21e3aba467c21dc570017d607f019_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:46cf77f7df2251085643694337d68b6169c23e51a7dc05181ad77b031134ec7e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:93b2febe6c5614c27286f6c7c49b445d310bfe55a345b27380fb4126067926bb_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:ecbf48f170244bb45337f0ee4757a0011cdf17bf56da49a4fc040d19fb3d54f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:635ba6d730df39baadee79858f9320596d9cc33db5efa5d62066987ef986e457_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:670eb396ad25bd23a65bbcc05a3049fb8327aa106682524e98907321d194b5ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:6a1986ff9493d7cab893ed4a7f486998c4afae8dcc527a218e070867a8474eef_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:2b7c2749f0a18219dac1ef0532d734066d87003810be70b10c0e40905ed9ba77_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:2cceb3e2d023f40ab611f35b8c60dc5589f4353d7a5199cad4f09284e0d0deb4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:9ea2ef36fc9569622225e4b03f001cbd8cedd0dc6aa5684a2618056a7a5e4cde_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:c243ce3e35d5b53c0aef562cfd3172a4cd7bcf74c089c6da8a70f19887a5e85c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:123bff07768cf928393ee40fa479bc9bfab55397787c7ac8cd7ece79f4b0ed33_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:965ea4d68d1edaff4ebbc961d93639dbce32acf6223a24378f72d167445dab83_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:ec7b0b2e4590c387e764b9a8f9927ce379bb78ccd4e342fcaa73448f312935f7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:38c8500f955ad35dc1a724945f7ddfa159d2f725ead3d6a2af8f41edc77783dc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:515dfb239cacdb0d4530780eea8eb769a5ae7176a0554fb445ee134250a2d96c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:c83e5dd280e456c4ba90790d793d716fba85cdb3c45fcca6607ce1ed8d5b2542_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:040a4c7622f9a4408e8d209fb87885415e79bd421a45de2547cbee1d64265379_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:54ccae475c14e3329240e15f43414652a2b8f4a9ccba626bec835bc3b582d919_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:aad670bf97788c301af437b9dbe28377a062cc4b5f74c3f1e60951b32cf5bdb2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:e45ec88513685282a85811e44a673d3d69bc2355d1730bbd4ac6b139b394935b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:2a51684ca0bbfa735fe89dac6f3ada1c078a00fa5722c4bc5f57e98f918e4122_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:2aa4235e804c11a16ac9ef945790134848493d6c68ec59818f036c5ce20d74a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:66e18662cae583fb5557c966b93476183813c1fd7fc07feb39f0ae212ae6c0f4_amd64 | — |
Workaround
|
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:acc3553f74e28e79aee4002f7f1bd274672b8ee86866fcf2a44b75666d499434_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d83fc3642d9bd3a4e4630e2dac4fb561c6f7f7e727349f6b7d1f6edfa30dabcf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:f4f1ecc0a229b3c9e427282b7710afd888bea44b67fc5d3a6198da11e5725de9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:457dadf63904e569adc44f7803bc68ef48a91a14eda8d7ede6ff2f1b85d6c328_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5c283756969496f6ae2d6ce8c7757b982831fc2ddacaf7279d5f6b571af0d37b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:c5dc4d1542df960599b8f22218ef38bb849a806cc1d46d6e45a1a10255e7c8d3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:d117e6618f677d3e9c98a0fc3f6cc3a60361cfdbb33506c2607561c8a8c94eda_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:1ac748e433cb39c9bbd4e184ac960286462b0f7406f73d2945325a3c3c2e609a_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:9dc4eef7e8cff11cfe839d7e2162c35837ad9cdc35110667d6c38e35953f64c6_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:a89ebda472f7f4b0fba51d050d944014592fb2ed6d14b8fbfce1ceed849e988f_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:f8466123c3d888a8bfacad9367e3192a99b889bb512c9e40d69c0b00b2148989_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0b9649ae85fb46bb0589923758be184056fe9ebd278aaced2d0d643d83718230_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:6ba1c8be2c7a4b2868711e5d602a794fc6f37a0b162e43a990e3f434cdf0044d_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:8797421d8b1de01b8f797b4f7d31bd741c2dfa612c5de01bd34fe957476b2e91_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a1c20ae7ee43bd06021cefee3050f9ca2fe7e9f067c7bdf1bdd6b53dfc533038_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:8d3cbcfe7dc3d7e8a3eb3b29fa6200dbf3d9cf3330ccbed1c1a078a5017b07a7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:c6956ed3943f33674a897e501b65a36d6148a76a2d495101a0de205f06cabf9b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:efdcd380cb47edfbb65c2c535e1206d3b5a3dde4689e1da79401d0edbabe9349_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0ee124e4d939ee19fb6e9111fca7c319e25e54189283d6f0741f0c5d268c2f41_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a468c30509ca31644eefd8f529b8a44f5f7491b0862e80189b53a29abac0c43_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1eea45ef55ccbf347341ee1b3a1bc796da7dcea9744f39d8fe996ef98be16860_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:6f5ba9a0ba19e976054f339f22f18a73c3faea22df2eea9f71eba3dc48b40563_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:b258b9bbd6c60f50f5efc54acb6b67ba1aa9d28aac8f148ebcc49f14d09f90a9_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:e0cb8f162b6437a6f58b6252b10c808a353f0117ecce309381870da7aa265059_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:0dc53400a4bda89712ff275e78a0c18d52f5e0cbfe6ba68e59d4f79e989b6bc2_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:239a8a479e05cdf4035ea8460d7a31cd3e4f148244f8b0f6f83997e992e319d3_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:d07a2e543f9d6fc673c89bba4ca4ef051dfc6c59a77868de9d8086ff9f923e88_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:f4dc7ada5cd9c6e89a4fcc11f8386476db827f0946f986d49b1540029264b1ff_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:1bee145861954a0a4136b42ab4489fc6fd79c8f1b330f2fc39862cc0a46fc830_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:75ec57b5f25da941662411e6176b7ea0335f28cafd252d27fa7dda9fab991948_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:951bf1e86d6cf0b98221cd2ca570bad1713340dc471e2eb720aeb5e50bb05598_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:358960d56346472a6351d0e8d48bf9aafba868c65d96fc4113b468902bb58d2b_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:7f1dce9abb8db51a33e89536330f5100c15aeb15cc399ee5b1a0786dc5f22dab_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:a74bcf4fec0071f318e267640147dfc2b8f875b88b12f06bd9274d31184d6b02_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:bab9292348c97ea13be4ef8125107b6af68c16b862d9048589ed35cd883072f3_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:c60272213c4184fd7ab0692259a66cb505bf224b6e6c0c08cec1ea8a02dcabbb_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:f115dd4a134490d9191fb09d8d75436fe25d1234b7249375e625caf1ecd7d293_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:f2cf1c7f5f0f01735c5a6b5fd7933cebfeeb6705e72eb396c69f1f2073c59ec3_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:20df1088e79e9bd16ebf48751811440cd8667e3c9f92734608b6f06551339c0a_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:4c8672467bc7700a7b35f8b96719123a43e4e37844317cab1e24d362711a60ec_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:ced8bc94fc45ece64cf315a6412557cab16e32140111e45ca169099ea18e98fd_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:163496946bbcba554c761cb1a7d51b37847016682b5e28d6e4fe6ddf0f80de79_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:92b7442ce15ff9d0c521269b456116ef84ad75385715c60a7d3c121fcd1f29f6_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d13b487c7fc20a394532ed4ef1a2ab29876a6178971277c39d378efaa4d1c2ec_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:74342c8b5a6475d8f4192963321504c0167d287a890ba1b2ea1a70497f1f5dbe_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:7b678bae7ef2cfc9ab23b95dc8d17ad0962e19095525107a1896afe0b233ae50_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d2344483504bf0da9153ee8eb552d00f37c16b8ca9adaedf8f76eaf58f931a79_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:39f4170fdda7f6c6d9a4fb52057a1181bfbd9d5bd0aaeba47057915daf8f5d33_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:42aac31311256868599022bceb0225ed8acedd1591ba55255122c954bd4346b4_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:9616a9be9307e7c7a7159e645c6b5b8909be4f23d1abc866b5e7d55ad2527af2_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f8c10ac336350424b46225e7e8ff5221075074c37063056e75d70e50b6fd4987_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:2cdbdf40501fcc356ad5681b7dd64ff734db0b64dbc6968ae464c78834814d98_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:7e2a8ed76d0d6a8eeb15da107f3feab2c05336379615d9c136804e9e6d1bfc12_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:8c98f31565bafa6d396af1f2d4e2b10078fb20420ee59969b17f70455611b90c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:fa3034c9854491e3b4d49339b7e11c248edc8b77928d2deb4410ec891ae834e0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:53ca31a31cbc5eb76697ff8b4e061ce154c75da75bb269fd27fbf4b725cfc809_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:6bedadb6458a45832d41e65799e1e28d23d5555a97929ec45e51c6b3e26644c2_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:b1ecb2d81cd162a1e78e50a287dc3df5b6d14bf5feb1c1c1cce629ba05aea2a8_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:6193c8b7c57c2f436d152faa46273777df16b7b73c982a5dc35c16755587b3fd_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:820c5a297ec0ebf76eac82c042e5195ab21e3e93ccd58e4e464229a597f3f28d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:835e71c30e2eedae7eeadf695e800826a50310364f29edbb288385417e20c1ed_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:027d8968b71b031267da6e543baaaf2fcb20532aca623cb853ecc5e64e68af08_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:261cd55bf4de02d4ca8253d050cf6a05330d42a3a71649cfb574c664116f49dd_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:42c5ad8992906002d9f417b2f03bd46bd43d7ef96bf29d9281bd6684a83d83f2_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:e8c762314f9f999ad8d113b6814fc25412cee0ad102b51e059b9282bb9d7df75_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:2b6ac330ea876db86901b98f9ac1064c7ca21e3aba467c21dc570017d607f019_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:46cf77f7df2251085643694337d68b6169c23e51a7dc05181ad77b031134ec7e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:93b2febe6c5614c27286f6c7c49b445d310bfe55a345b27380fb4126067926bb_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:ecbf48f170244bb45337f0ee4757a0011cdf17bf56da49a4fc040d19fb3d54f5_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:635ba6d730df39baadee79858f9320596d9cc33db5efa5d62066987ef986e457_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:670eb396ad25bd23a65bbcc05a3049fb8327aa106682524e98907321d194b5ff_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:6a1986ff9493d7cab893ed4a7f486998c4afae8dcc527a218e070867a8474eef_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:2b7c2749f0a18219dac1ef0532d734066d87003810be70b10c0e40905ed9ba77_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:2cceb3e2d023f40ab611f35b8c60dc5589f4353d7a5199cad4f09284e0d0deb4_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:9ea2ef36fc9569622225e4b03f001cbd8cedd0dc6aa5684a2618056a7a5e4cde_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:c243ce3e35d5b53c0aef562cfd3172a4cd7bcf74c089c6da8a70f19887a5e85c_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:123bff07768cf928393ee40fa479bc9bfab55397787c7ac8cd7ece79f4b0ed33_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:965ea4d68d1edaff4ebbc961d93639dbce32acf6223a24378f72d167445dab83_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:ec7b0b2e4590c387e764b9a8f9927ce379bb78ccd4e342fcaa73448f312935f7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:38c8500f955ad35dc1a724945f7ddfa159d2f725ead3d6a2af8f41edc77783dc_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:515dfb239cacdb0d4530780eea8eb769a5ae7176a0554fb445ee134250a2d96c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:c83e5dd280e456c4ba90790d793d716fba85cdb3c45fcca6607ce1ed8d5b2542_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:040a4c7622f9a4408e8d209fb87885415e79bd421a45de2547cbee1d64265379_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:54ccae475c14e3329240e15f43414652a2b8f4a9ccba626bec835bc3b582d919_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:aad670bf97788c301af437b9dbe28377a062cc4b5f74c3f1e60951b32cf5bdb2_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:e45ec88513685282a85811e44a673d3d69bc2355d1730bbd4ac6b139b394935b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:2a51684ca0bbfa735fe89dac6f3ada1c078a00fa5722c4bc5f57e98f918e4122_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:2aa4235e804c11a16ac9ef945790134848493d6c68ec59818f036c5ce20d74a8_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:66e18662cae583fb5557c966b93476183813c1fd7fc07feb39f0ae212ae6c0f4_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": "Updated images are now available for RHODF-4.14-RHEL-9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenShift Data Foundation is software-defined storage integrated with and optimized for the Red Hat OpenShift Data Foundation. Red Hat OpenShift DataFoundation is a highly scalable, production-grade persistent storage for stateful applications running in the Red Hat OpenShift Container Platform. In addition to persistent storage, Red Hat OpenShift Data Foundation provisions a multi-cloud data management service with an S3 compatible API.\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html (CVE-2024-45338)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"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-2025:3560",
"url": "https://access.redhat.com/errata/RHSA-2025:3560"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "DFBUGS-1672",
"url": "https://issues.redhat.com/browse/DFBUGS-1672"
},
{
"category": "external",
"summary": "DFBUGS-914",
"url": "https://issues.redhat.com/browse/DFBUGS-914"
},
{
"category": "external",
"summary": "DFBUGS-980",
"url": "https://issues.redhat.com/browse/DFBUGS-980"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3560.json"
}
],
"title": "Red Hat Security Advisory: RHODF-4.14-RHEL-9 security update",
"tracking": {
"current_release_date": "2026-06-16T10:14:20+00:00",
"generator": {
"date": "2026-06-16T10:14:20+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:3560",
"initial_release_date": "2025-04-03T05:09:02+00:00",
"revision_history": [
{
"date": "2025-04-03T05:09:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-03T05:09:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-16T10:14:20+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHODF 4.14 for RHEL 9",
"product": {
"name": "RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.14::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:f4f1ecc0a229b3c9e427282b7710afd888bea44b67fc5d3a6198da11e5725de9_amd64",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:f4f1ecc0a229b3c9e427282b7710afd888bea44b67fc5d3a6198da11e5725de9_amd64",
"product_id": "odf4/cephcsi-rhel9@sha256:f4f1ecc0a229b3c9e427282b7710afd888bea44b67fc5d3a6198da11e5725de9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:f4f1ecc0a229b3c9e427282b7710afd888bea44b67fc5d3a6198da11e5725de9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.14.17-4"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-cli-rhel9@sha256:1ac748e433cb39c9bbd4e184ac960286462b0f7406f73d2945325a3c3c2e609a_amd64",
"product": {
"name": "odf4/mcg-cli-rhel9@sha256:1ac748e433cb39c9bbd4e184ac960286462b0f7406f73d2945325a3c3c2e609a_amd64",
"product_id": "odf4/mcg-cli-rhel9@sha256:1ac748e433cb39c9bbd4e184ac960286462b0f7406f73d2945325a3c3c2e609a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-cli-rhel9@sha256:1ac748e433cb39c9bbd4e184ac960286462b0f7406f73d2945325a3c3c2e609a?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:0b9649ae85fb46bb0589923758be184056fe9ebd278aaced2d0d643d83718230_amd64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:0b9649ae85fb46bb0589923758be184056fe9ebd278aaced2d0d643d83718230_amd64",
"product_id": "odf4/mcg-core-rhel9@sha256:0b9649ae85fb46bb0589923758be184056fe9ebd278aaced2d0d643d83718230_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:0b9649ae85fb46bb0589923758be184056fe9ebd278aaced2d0d643d83718230?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.14.17-4"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:efdcd380cb47edfbb65c2c535e1206d3b5a3dde4689e1da79401d0edbabe9349_amd64",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:efdcd380cb47edfbb65c2c535e1206d3b5a3dde4689e1da79401d0edbabe9349_amd64",
"product_id": "odf4/mcg-operator-bundle@sha256:efdcd380cb47edfbb65c2c535e1206d3b5a3dde4689e1da79401d0edbabe9349_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:efdcd380cb47edfbb65c2c535e1206d3b5a3dde4689e1da79401d0edbabe9349?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:5c283756969496f6ae2d6ce8c7757b982831fc2ddacaf7279d5f6b571af0d37b_amd64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:5c283756969496f6ae2d6ce8c7757b982831fc2ddacaf7279d5f6b571af0d37b_amd64",
"product_id": "odf4/mcg-rhel9-operator@sha256:5c283756969496f6ae2d6ce8c7757b982831fc2ddacaf7279d5f6b571af0d37b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:5c283756969496f6ae2d6ce8c7757b982831fc2ddacaf7279d5f6b571af0d37b?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:0ee124e4d939ee19fb6e9111fca7c319e25e54189283d6f0741f0c5d268c2f41_amd64",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:0ee124e4d939ee19fb6e9111fca7c319e25e54189283d6f0741f0c5d268c2f41_amd64",
"product_id": "odf4/ocs-client-console-rhel9@sha256:0ee124e4d939ee19fb6e9111fca7c319e25e54189283d6f0741f0c5d268c2f41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:0ee124e4d939ee19fb6e9111fca7c319e25e54189283d6f0741f0c5d268c2f41?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:e0cb8f162b6437a6f58b6252b10c808a353f0117ecce309381870da7aa265059_amd64",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:e0cb8f162b6437a6f58b6252b10c808a353f0117ecce309381870da7aa265059_amd64",
"product_id": "odf4/ocs-client-operator-bundle@sha256:e0cb8f162b6437a6f58b6252b10c808a353f0117ecce309381870da7aa265059_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:e0cb8f162b6437a6f58b6252b10c808a353f0117ecce309381870da7aa265059?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:0dc53400a4bda89712ff275e78a0c18d52f5e0cbfe6ba68e59d4f79e989b6bc2_amd64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:0dc53400a4bda89712ff275e78a0c18d52f5e0cbfe6ba68e59d4f79e989b6bc2_amd64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:0dc53400a4bda89712ff275e78a0c18d52f5e0cbfe6ba68e59d4f79e989b6bc2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:0dc53400a4bda89712ff275e78a0c18d52f5e0cbfe6ba68e59d4f79e989b6bc2?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:951bf1e86d6cf0b98221cd2ca570bad1713340dc471e2eb720aeb5e50bb05598_amd64",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:951bf1e86d6cf0b98221cd2ca570bad1713340dc471e2eb720aeb5e50bb05598_amd64",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:951bf1e86d6cf0b98221cd2ca570bad1713340dc471e2eb720aeb5e50bb05598_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:951bf1e86d6cf0b98221cd2ca570bad1713340dc471e2eb720aeb5e50bb05598?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:a74bcf4fec0071f318e267640147dfc2b8f875b88b12f06bd9274d31184d6b02_amd64",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:a74bcf4fec0071f318e267640147dfc2b8f875b88b12f06bd9274d31184d6b02_amd64",
"product_id": "odf4/ocs-operator-bundle@sha256:a74bcf4fec0071f318e267640147dfc2b8f875b88b12f06bd9274d31184d6b02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:a74bcf4fec0071f318e267640147dfc2b8f875b88b12f06bd9274d31184d6b02?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:f115dd4a134490d9191fb09d8d75436fe25d1234b7249375e625caf1ecd7d293_amd64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:f115dd4a134490d9191fb09d8d75436fe25d1234b7249375e625caf1ecd7d293_amd64",
"product_id": "odf4/ocs-rhel9-operator@sha256:f115dd4a134490d9191fb09d8d75436fe25d1234b7249375e625caf1ecd7d293_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:f115dd4a134490d9191fb09d8d75436fe25d1234b7249375e625caf1ecd7d293?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:ced8bc94fc45ece64cf315a6412557cab16e32140111e45ca169099ea18e98fd_amd64",
"product": {
"name": "odf4/odf-console-rhel9@sha256:ced8bc94fc45ece64cf315a6412557cab16e32140111e45ca169099ea18e98fd_amd64",
"product_id": "odf4/odf-console-rhel9@sha256:ced8bc94fc45ece64cf315a6412557cab16e32140111e45ca169099ea18e98fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:ced8bc94fc45ece64cf315a6412557cab16e32140111e45ca169099ea18e98fd?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.14.17-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:163496946bbcba554c761cb1a7d51b37847016682b5e28d6e4fe6ddf0f80de79_amd64",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:163496946bbcba554c761cb1a7d51b37847016682b5e28d6e4fe6ddf0f80de79_amd64",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:163496946bbcba554c761cb1a7d51b37847016682b5e28d6e4fe6ddf0f80de79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:163496946bbcba554c761cb1a7d51b37847016682b5e28d6e4fe6ddf0f80de79?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:7b678bae7ef2cfc9ab23b95dc8d17ad0962e19095525107a1896afe0b233ae50_amd64",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:7b678bae7ef2cfc9ab23b95dc8d17ad0962e19095525107a1896afe0b233ae50_amd64",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:7b678bae7ef2cfc9ab23b95dc8d17ad0962e19095525107a1896afe0b233ae50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:7b678bae7ef2cfc9ab23b95dc8d17ad0962e19095525107a1896afe0b233ae50?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:9616a9be9307e7c7a7159e645c6b5b8909be4f23d1abc866b5e7d55ad2527af2_amd64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:9616a9be9307e7c7a7159e645c6b5b8909be4f23d1abc866b5e7d55ad2527af2_amd64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:9616a9be9307e7c7a7159e645c6b5b8909be4f23d1abc866b5e7d55ad2527af2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:9616a9be9307e7c7a7159e645c6b5b8909be4f23d1abc866b5e7d55ad2527af2?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:fa3034c9854491e3b4d49339b7e11c248edc8b77928d2deb4410ec891ae834e0_amd64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:fa3034c9854491e3b4d49339b7e11c248edc8b77928d2deb4410ec891ae834e0_amd64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:fa3034c9854491e3b4d49339b7e11c248edc8b77928d2deb4410ec891ae834e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:fa3034c9854491e3b4d49339b7e11c248edc8b77928d2deb4410ec891ae834e0?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.14.17-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:b1ecb2d81cd162a1e78e50a287dc3df5b6d14bf5feb1c1c1cce629ba05aea2a8_amd64",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:b1ecb2d81cd162a1e78e50a287dc3df5b6d14bf5feb1c1c1cce629ba05aea2a8_amd64",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:b1ecb2d81cd162a1e78e50a287dc3df5b6d14bf5feb1c1c1cce629ba05aea2a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:b1ecb2d81cd162a1e78e50a287dc3df5b6d14bf5feb1c1c1cce629ba05aea2a8?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.14.17-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:6193c8b7c57c2f436d152faa46273777df16b7b73c982a5dc35c16755587b3fd_amd64",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:6193c8b7c57c2f436d152faa46273777df16b7b73c982a5dc35c16755587b3fd_amd64",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:6193c8b7c57c2f436d152faa46273777df16b7b73c982a5dc35c16755587b3fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:6193c8b7c57c2f436d152faa46273777df16b7b73c982a5dc35c16755587b3fd?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:027d8968b71b031267da6e543baaaf2fcb20532aca623cb853ecc5e64e68af08_amd64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:027d8968b71b031267da6e543baaaf2fcb20532aca623cb853ecc5e64e68af08_amd64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:027d8968b71b031267da6e543baaaf2fcb20532aca623cb853ecc5e64e68af08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:027d8968b71b031267da6e543baaaf2fcb20532aca623cb853ecc5e64e68af08?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:2b6ac330ea876db86901b98f9ac1064c7ca21e3aba467c21dc570017d607f019_amd64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:2b6ac330ea876db86901b98f9ac1064c7ca21e3aba467c21dc570017d607f019_amd64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:2b6ac330ea876db86901b98f9ac1064c7ca21e3aba467c21dc570017d607f019_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:2b6ac330ea876db86901b98f9ac1064c7ca21e3aba467c21dc570017d607f019?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:6a1986ff9493d7cab893ed4a7f486998c4afae8dcc527a218e070867a8474eef_amd64",
"product": {
"name": "odf4/odf-operator-bundle@sha256:6a1986ff9493d7cab893ed4a7f486998c4afae8dcc527a218e070867a8474eef_amd64",
"product_id": "odf4/odf-operator-bundle@sha256:6a1986ff9493d7cab893ed4a7f486998c4afae8dcc527a218e070867a8474eef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:6a1986ff9493d7cab893ed4a7f486998c4afae8dcc527a218e070867a8474eef?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:2cceb3e2d023f40ab611f35b8c60dc5589f4353d7a5199cad4f09284e0d0deb4_amd64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:2cceb3e2d023f40ab611f35b8c60dc5589f4353d7a5199cad4f09284e0d0deb4_amd64",
"product_id": "odf4/odf-rhel9-operator@sha256:2cceb3e2d023f40ab611f35b8c60dc5589f4353d7a5199cad4f09284e0d0deb4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:2cceb3e2d023f40ab611f35b8c60dc5589f4353d7a5199cad4f09284e0d0deb4?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:123bff07768cf928393ee40fa479bc9bfab55397787c7ac8cd7ece79f4b0ed33_amd64",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:123bff07768cf928393ee40fa479bc9bfab55397787c7ac8cd7ece79f4b0ed33_amd64",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:123bff07768cf928393ee40fa479bc9bfab55397787c7ac8cd7ece79f4b0ed33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:123bff07768cf928393ee40fa479bc9bfab55397787c7ac8cd7ece79f4b0ed33?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:38c8500f955ad35dc1a724945f7ddfa159d2f725ead3d6a2af8f41edc77783dc_amd64",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:38c8500f955ad35dc1a724945f7ddfa159d2f725ead3d6a2af8f41edc77783dc_amd64",
"product_id": "odf4/odr-hub-operator-bundle@sha256:38c8500f955ad35dc1a724945f7ddfa159d2f725ead3d6a2af8f41edc77783dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:38c8500f955ad35dc1a724945f7ddfa159d2f725ead3d6a2af8f41edc77783dc?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:54ccae475c14e3329240e15f43414652a2b8f4a9ccba626bec835bc3b582d919_amd64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:54ccae475c14e3329240e15f43414652a2b8f4a9ccba626bec835bc3b582d919_amd64",
"product_id": "odf4/odr-rhel9-operator@sha256:54ccae475c14e3329240e15f43414652a2b8f4a9ccba626bec835bc3b582d919_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:54ccae475c14e3329240e15f43414652a2b8f4a9ccba626bec835bc3b582d919?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:66e18662cae583fb5557c966b93476183813c1fd7fc07feb39f0ae212ae6c0f4_amd64",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:66e18662cae583fb5557c966b93476183813c1fd7fc07feb39f0ae212ae6c0f4_amd64",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:66e18662cae583fb5557c966b93476183813c1fd7fc07feb39f0ae212ae6c0f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:66e18662cae583fb5557c966b93476183813c1fd7fc07feb39f0ae212ae6c0f4?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.14.17-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:d83fc3642d9bd3a4e4630e2dac4fb561c6f7f7e727349f6b7d1f6edfa30dabcf_s390x",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:d83fc3642d9bd3a4e4630e2dac4fb561c6f7f7e727349f6b7d1f6edfa30dabcf_s390x",
"product_id": "odf4/cephcsi-rhel9@sha256:d83fc3642d9bd3a4e4630e2dac4fb561c6f7f7e727349f6b7d1f6edfa30dabcf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:d83fc3642d9bd3a4e4630e2dac4fb561c6f7f7e727349f6b7d1f6edfa30dabcf?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.14.17-4"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-cli-rhel9@sha256:a89ebda472f7f4b0fba51d050d944014592fb2ed6d14b8fbfce1ceed849e988f_s390x",
"product": {
"name": "odf4/mcg-cli-rhel9@sha256:a89ebda472f7f4b0fba51d050d944014592fb2ed6d14b8fbfce1ceed849e988f_s390x",
"product_id": "odf4/mcg-cli-rhel9@sha256:a89ebda472f7f4b0fba51d050d944014592fb2ed6d14b8fbfce1ceed849e988f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-cli-rhel9@sha256:a89ebda472f7f4b0fba51d050d944014592fb2ed6d14b8fbfce1ceed849e988f?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:8797421d8b1de01b8f797b4f7d31bd741c2dfa612c5de01bd34fe957476b2e91_s390x",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:8797421d8b1de01b8f797b4f7d31bd741c2dfa612c5de01bd34fe957476b2e91_s390x",
"product_id": "odf4/mcg-core-rhel9@sha256:8797421d8b1de01b8f797b4f7d31bd741c2dfa612c5de01bd34fe957476b2e91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:8797421d8b1de01b8f797b4f7d31bd741c2dfa612c5de01bd34fe957476b2e91?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.14.17-4"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:8d3cbcfe7dc3d7e8a3eb3b29fa6200dbf3d9cf3330ccbed1c1a078a5017b07a7_s390x",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:8d3cbcfe7dc3d7e8a3eb3b29fa6200dbf3d9cf3330ccbed1c1a078a5017b07a7_s390x",
"product_id": "odf4/mcg-operator-bundle@sha256:8d3cbcfe7dc3d7e8a3eb3b29fa6200dbf3d9cf3330ccbed1c1a078a5017b07a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:8d3cbcfe7dc3d7e8a3eb3b29fa6200dbf3d9cf3330ccbed1c1a078a5017b07a7?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:c5dc4d1542df960599b8f22218ef38bb849a806cc1d46d6e45a1a10255e7c8d3_s390x",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:c5dc4d1542df960599b8f22218ef38bb849a806cc1d46d6e45a1a10255e7c8d3_s390x",
"product_id": "odf4/mcg-rhel9-operator@sha256:c5dc4d1542df960599b8f22218ef38bb849a806cc1d46d6e45a1a10255e7c8d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:c5dc4d1542df960599b8f22218ef38bb849a806cc1d46d6e45a1a10255e7c8d3?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:1a468c30509ca31644eefd8f529b8a44f5f7491b0862e80189b53a29abac0c43_s390x",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:1a468c30509ca31644eefd8f529b8a44f5f7491b0862e80189b53a29abac0c43_s390x",
"product_id": "odf4/ocs-client-console-rhel9@sha256:1a468c30509ca31644eefd8f529b8a44f5f7491b0862e80189b53a29abac0c43_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:1a468c30509ca31644eefd8f529b8a44f5f7491b0862e80189b53a29abac0c43?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:b258b9bbd6c60f50f5efc54acb6b67ba1aa9d28aac8f148ebcc49f14d09f90a9_s390x",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:b258b9bbd6c60f50f5efc54acb6b67ba1aa9d28aac8f148ebcc49f14d09f90a9_s390x",
"product_id": "odf4/ocs-client-operator-bundle@sha256:b258b9bbd6c60f50f5efc54acb6b67ba1aa9d28aac8f148ebcc49f14d09f90a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:b258b9bbd6c60f50f5efc54acb6b67ba1aa9d28aac8f148ebcc49f14d09f90a9?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:239a8a479e05cdf4035ea8460d7a31cd3e4f148244f8b0f6f83997e992e319d3_s390x",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:239a8a479e05cdf4035ea8460d7a31cd3e4f148244f8b0f6f83997e992e319d3_s390x",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:239a8a479e05cdf4035ea8460d7a31cd3e4f148244f8b0f6f83997e992e319d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:239a8a479e05cdf4035ea8460d7a31cd3e4f148244f8b0f6f83997e992e319d3?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:75ec57b5f25da941662411e6176b7ea0335f28cafd252d27fa7dda9fab991948_s390x",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:75ec57b5f25da941662411e6176b7ea0335f28cafd252d27fa7dda9fab991948_s390x",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:75ec57b5f25da941662411e6176b7ea0335f28cafd252d27fa7dda9fab991948_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:75ec57b5f25da941662411e6176b7ea0335f28cafd252d27fa7dda9fab991948?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:7f1dce9abb8db51a33e89536330f5100c15aeb15cc399ee5b1a0786dc5f22dab_s390x",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:7f1dce9abb8db51a33e89536330f5100c15aeb15cc399ee5b1a0786dc5f22dab_s390x",
"product_id": "odf4/ocs-operator-bundle@sha256:7f1dce9abb8db51a33e89536330f5100c15aeb15cc399ee5b1a0786dc5f22dab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:7f1dce9abb8db51a33e89536330f5100c15aeb15cc399ee5b1a0786dc5f22dab?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:f2cf1c7f5f0f01735c5a6b5fd7933cebfeeb6705e72eb396c69f1f2073c59ec3_s390x",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:f2cf1c7f5f0f01735c5a6b5fd7933cebfeeb6705e72eb396c69f1f2073c59ec3_s390x",
"product_id": "odf4/ocs-rhel9-operator@sha256:f2cf1c7f5f0f01735c5a6b5fd7933cebfeeb6705e72eb396c69f1f2073c59ec3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:f2cf1c7f5f0f01735c5a6b5fd7933cebfeeb6705e72eb396c69f1f2073c59ec3?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:4c8672467bc7700a7b35f8b96719123a43e4e37844317cab1e24d362711a60ec_s390x",
"product": {
"name": "odf4/odf-console-rhel9@sha256:4c8672467bc7700a7b35f8b96719123a43e4e37844317cab1e24d362711a60ec_s390x",
"product_id": "odf4/odf-console-rhel9@sha256:4c8672467bc7700a7b35f8b96719123a43e4e37844317cab1e24d362711a60ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:4c8672467bc7700a7b35f8b96719123a43e4e37844317cab1e24d362711a60ec?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.14.17-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:92b7442ce15ff9d0c521269b456116ef84ad75385715c60a7d3c121fcd1f29f6_s390x",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:92b7442ce15ff9d0c521269b456116ef84ad75385715c60a7d3c121fcd1f29f6_s390x",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:92b7442ce15ff9d0c521269b456116ef84ad75385715c60a7d3c121fcd1f29f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:92b7442ce15ff9d0c521269b456116ef84ad75385715c60a7d3c121fcd1f29f6?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:d2344483504bf0da9153ee8eb552d00f37c16b8ca9adaedf8f76eaf58f931a79_s390x",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:d2344483504bf0da9153ee8eb552d00f37c16b8ca9adaedf8f76eaf58f931a79_s390x",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:d2344483504bf0da9153ee8eb552d00f37c16b8ca9adaedf8f76eaf58f931a79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:d2344483504bf0da9153ee8eb552d00f37c16b8ca9adaedf8f76eaf58f931a79?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:f8c10ac336350424b46225e7e8ff5221075074c37063056e75d70e50b6fd4987_s390x",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:f8c10ac336350424b46225e7e8ff5221075074c37063056e75d70e50b6fd4987_s390x",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:f8c10ac336350424b46225e7e8ff5221075074c37063056e75d70e50b6fd4987_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:f8c10ac336350424b46225e7e8ff5221075074c37063056e75d70e50b6fd4987?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:8c98f31565bafa6d396af1f2d4e2b10078fb20420ee59969b17f70455611b90c_s390x",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:8c98f31565bafa6d396af1f2d4e2b10078fb20420ee59969b17f70455611b90c_s390x",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:8c98f31565bafa6d396af1f2d4e2b10078fb20420ee59969b17f70455611b90c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:8c98f31565bafa6d396af1f2d4e2b10078fb20420ee59969b17f70455611b90c?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.14.17-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:6bedadb6458a45832d41e65799e1e28d23d5555a97929ec45e51c6b3e26644c2_s390x",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:6bedadb6458a45832d41e65799e1e28d23d5555a97929ec45e51c6b3e26644c2_s390x",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:6bedadb6458a45832d41e65799e1e28d23d5555a97929ec45e51c6b3e26644c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:6bedadb6458a45832d41e65799e1e28d23d5555a97929ec45e51c6b3e26644c2?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.14.17-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:835e71c30e2eedae7eeadf695e800826a50310364f29edbb288385417e20c1ed_s390x",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:835e71c30e2eedae7eeadf695e800826a50310364f29edbb288385417e20c1ed_s390x",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:835e71c30e2eedae7eeadf695e800826a50310364f29edbb288385417e20c1ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:835e71c30e2eedae7eeadf695e800826a50310364f29edbb288385417e20c1ed?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:42c5ad8992906002d9f417b2f03bd46bd43d7ef96bf29d9281bd6684a83d83f2_s390x",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:42c5ad8992906002d9f417b2f03bd46bd43d7ef96bf29d9281bd6684a83d83f2_s390x",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:42c5ad8992906002d9f417b2f03bd46bd43d7ef96bf29d9281bd6684a83d83f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:42c5ad8992906002d9f417b2f03bd46bd43d7ef96bf29d9281bd6684a83d83f2?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:46cf77f7df2251085643694337d68b6169c23e51a7dc05181ad77b031134ec7e_s390x",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:46cf77f7df2251085643694337d68b6169c23e51a7dc05181ad77b031134ec7e_s390x",
"product_id": "odf4/odf-must-gather-rhel9@sha256:46cf77f7df2251085643694337d68b6169c23e51a7dc05181ad77b031134ec7e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:46cf77f7df2251085643694337d68b6169c23e51a7dc05181ad77b031134ec7e?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:635ba6d730df39baadee79858f9320596d9cc33db5efa5d62066987ef986e457_s390x",
"product": {
"name": "odf4/odf-operator-bundle@sha256:635ba6d730df39baadee79858f9320596d9cc33db5efa5d62066987ef986e457_s390x",
"product_id": "odf4/odf-operator-bundle@sha256:635ba6d730df39baadee79858f9320596d9cc33db5efa5d62066987ef986e457_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:635ba6d730df39baadee79858f9320596d9cc33db5efa5d62066987ef986e457?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:9ea2ef36fc9569622225e4b03f001cbd8cedd0dc6aa5684a2618056a7a5e4cde_s390x",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:9ea2ef36fc9569622225e4b03f001cbd8cedd0dc6aa5684a2618056a7a5e4cde_s390x",
"product_id": "odf4/odf-rhel9-operator@sha256:9ea2ef36fc9569622225e4b03f001cbd8cedd0dc6aa5684a2618056a7a5e4cde_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:9ea2ef36fc9569622225e4b03f001cbd8cedd0dc6aa5684a2618056a7a5e4cde?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:ec7b0b2e4590c387e764b9a8f9927ce379bb78ccd4e342fcaa73448f312935f7_s390x",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:ec7b0b2e4590c387e764b9a8f9927ce379bb78ccd4e342fcaa73448f312935f7_s390x",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:ec7b0b2e4590c387e764b9a8f9927ce379bb78ccd4e342fcaa73448f312935f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:ec7b0b2e4590c387e764b9a8f9927ce379bb78ccd4e342fcaa73448f312935f7?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:515dfb239cacdb0d4530780eea8eb769a5ae7176a0554fb445ee134250a2d96c_s390x",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:515dfb239cacdb0d4530780eea8eb769a5ae7176a0554fb445ee134250a2d96c_s390x",
"product_id": "odf4/odr-hub-operator-bundle@sha256:515dfb239cacdb0d4530780eea8eb769a5ae7176a0554fb445ee134250a2d96c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:515dfb239cacdb0d4530780eea8eb769a5ae7176a0554fb445ee134250a2d96c?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:e45ec88513685282a85811e44a673d3d69bc2355d1730bbd4ac6b139b394935b_s390x",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:e45ec88513685282a85811e44a673d3d69bc2355d1730bbd4ac6b139b394935b_s390x",
"product_id": "odf4/odr-rhel9-operator@sha256:e45ec88513685282a85811e44a673d3d69bc2355d1730bbd4ac6b139b394935b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:e45ec88513685282a85811e44a673d3d69bc2355d1730bbd4ac6b139b394935b?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:2a51684ca0bbfa735fe89dac6f3ada1c078a00fa5722c4bc5f57e98f918e4122_s390x",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:2a51684ca0bbfa735fe89dac6f3ada1c078a00fa5722c4bc5f57e98f918e4122_s390x",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:2a51684ca0bbfa735fe89dac6f3ada1c078a00fa5722c4bc5f57e98f918e4122_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:2a51684ca0bbfa735fe89dac6f3ada1c078a00fa5722c4bc5f57e98f918e4122?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.14.17-3"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:acc3553f74e28e79aee4002f7f1bd274672b8ee86866fcf2a44b75666d499434_ppc64le",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:acc3553f74e28e79aee4002f7f1bd274672b8ee86866fcf2a44b75666d499434_ppc64le",
"product_id": "odf4/cephcsi-rhel9@sha256:acc3553f74e28e79aee4002f7f1bd274672b8ee86866fcf2a44b75666d499434_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:acc3553f74e28e79aee4002f7f1bd274672b8ee86866fcf2a44b75666d499434?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.14.17-4"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-cli-rhel9@sha256:f8466123c3d888a8bfacad9367e3192a99b889bb512c9e40d69c0b00b2148989_ppc64le",
"product": {
"name": "odf4/mcg-cli-rhel9@sha256:f8466123c3d888a8bfacad9367e3192a99b889bb512c9e40d69c0b00b2148989_ppc64le",
"product_id": "odf4/mcg-cli-rhel9@sha256:f8466123c3d888a8bfacad9367e3192a99b889bb512c9e40d69c0b00b2148989_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-cli-rhel9@sha256:f8466123c3d888a8bfacad9367e3192a99b889bb512c9e40d69c0b00b2148989?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:a1c20ae7ee43bd06021cefee3050f9ca2fe7e9f067c7bdf1bdd6b53dfc533038_ppc64le",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:a1c20ae7ee43bd06021cefee3050f9ca2fe7e9f067c7bdf1bdd6b53dfc533038_ppc64le",
"product_id": "odf4/mcg-core-rhel9@sha256:a1c20ae7ee43bd06021cefee3050f9ca2fe7e9f067c7bdf1bdd6b53dfc533038_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:a1c20ae7ee43bd06021cefee3050f9ca2fe7e9f067c7bdf1bdd6b53dfc533038?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.14.17-4"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:c6956ed3943f33674a897e501b65a36d6148a76a2d495101a0de205f06cabf9b_ppc64le",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:c6956ed3943f33674a897e501b65a36d6148a76a2d495101a0de205f06cabf9b_ppc64le",
"product_id": "odf4/mcg-operator-bundle@sha256:c6956ed3943f33674a897e501b65a36d6148a76a2d495101a0de205f06cabf9b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:c6956ed3943f33674a897e501b65a36d6148a76a2d495101a0de205f06cabf9b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:d117e6618f677d3e9c98a0fc3f6cc3a60361cfdbb33506c2607561c8a8c94eda_ppc64le",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:d117e6618f677d3e9c98a0fc3f6cc3a60361cfdbb33506c2607561c8a8c94eda_ppc64le",
"product_id": "odf4/mcg-rhel9-operator@sha256:d117e6618f677d3e9c98a0fc3f6cc3a60361cfdbb33506c2607561c8a8c94eda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:d117e6618f677d3e9c98a0fc3f6cc3a60361cfdbb33506c2607561c8a8c94eda?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:1eea45ef55ccbf347341ee1b3a1bc796da7dcea9744f39d8fe996ef98be16860_ppc64le",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:1eea45ef55ccbf347341ee1b3a1bc796da7dcea9744f39d8fe996ef98be16860_ppc64le",
"product_id": "odf4/ocs-client-console-rhel9@sha256:1eea45ef55ccbf347341ee1b3a1bc796da7dcea9744f39d8fe996ef98be16860_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:1eea45ef55ccbf347341ee1b3a1bc796da7dcea9744f39d8fe996ef98be16860?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:6f5ba9a0ba19e976054f339f22f18a73c3faea22df2eea9f71eba3dc48b40563_ppc64le",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:6f5ba9a0ba19e976054f339f22f18a73c3faea22df2eea9f71eba3dc48b40563_ppc64le",
"product_id": "odf4/ocs-client-operator-bundle@sha256:6f5ba9a0ba19e976054f339f22f18a73c3faea22df2eea9f71eba3dc48b40563_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:6f5ba9a0ba19e976054f339f22f18a73c3faea22df2eea9f71eba3dc48b40563?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:f4dc7ada5cd9c6e89a4fcc11f8386476db827f0946f986d49b1540029264b1ff_ppc64le",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:f4dc7ada5cd9c6e89a4fcc11f8386476db827f0946f986d49b1540029264b1ff_ppc64le",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:f4dc7ada5cd9c6e89a4fcc11f8386476db827f0946f986d49b1540029264b1ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:f4dc7ada5cd9c6e89a4fcc11f8386476db827f0946f986d49b1540029264b1ff?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:1bee145861954a0a4136b42ab4489fc6fd79c8f1b330f2fc39862cc0a46fc830_ppc64le",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:1bee145861954a0a4136b42ab4489fc6fd79c8f1b330f2fc39862cc0a46fc830_ppc64le",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:1bee145861954a0a4136b42ab4489fc6fd79c8f1b330f2fc39862cc0a46fc830_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:1bee145861954a0a4136b42ab4489fc6fd79c8f1b330f2fc39862cc0a46fc830?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:358960d56346472a6351d0e8d48bf9aafba868c65d96fc4113b468902bb58d2b_ppc64le",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:358960d56346472a6351d0e8d48bf9aafba868c65d96fc4113b468902bb58d2b_ppc64le",
"product_id": "odf4/ocs-operator-bundle@sha256:358960d56346472a6351d0e8d48bf9aafba868c65d96fc4113b468902bb58d2b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:358960d56346472a6351d0e8d48bf9aafba868c65d96fc4113b468902bb58d2b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:c60272213c4184fd7ab0692259a66cb505bf224b6e6c0c08cec1ea8a02dcabbb_ppc64le",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:c60272213c4184fd7ab0692259a66cb505bf224b6e6c0c08cec1ea8a02dcabbb_ppc64le",
"product_id": "odf4/ocs-rhel9-operator@sha256:c60272213c4184fd7ab0692259a66cb505bf224b6e6c0c08cec1ea8a02dcabbb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:c60272213c4184fd7ab0692259a66cb505bf224b6e6c0c08cec1ea8a02dcabbb?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:20df1088e79e9bd16ebf48751811440cd8667e3c9f92734608b6f06551339c0a_ppc64le",
"product": {
"name": "odf4/odf-console-rhel9@sha256:20df1088e79e9bd16ebf48751811440cd8667e3c9f92734608b6f06551339c0a_ppc64le",
"product_id": "odf4/odf-console-rhel9@sha256:20df1088e79e9bd16ebf48751811440cd8667e3c9f92734608b6f06551339c0a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:20df1088e79e9bd16ebf48751811440cd8667e3c9f92734608b6f06551339c0a?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.14.17-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d13b487c7fc20a394532ed4ef1a2ab29876a6178971277c39d378efaa4d1c2ec_ppc64le",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d13b487c7fc20a394532ed4ef1a2ab29876a6178971277c39d378efaa4d1c2ec_ppc64le",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:d13b487c7fc20a394532ed4ef1a2ab29876a6178971277c39d378efaa4d1c2ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:d13b487c7fc20a394532ed4ef1a2ab29876a6178971277c39d378efaa4d1c2ec?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:74342c8b5a6475d8f4192963321504c0167d287a890ba1b2ea1a70497f1f5dbe_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:74342c8b5a6475d8f4192963321504c0167d287a890ba1b2ea1a70497f1f5dbe_ppc64le",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:74342c8b5a6475d8f4192963321504c0167d287a890ba1b2ea1a70497f1f5dbe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:74342c8b5a6475d8f4192963321504c0167d287a890ba1b2ea1a70497f1f5dbe?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:39f4170fdda7f6c6d9a4fb52057a1181bfbd9d5bd0aaeba47057915daf8f5d33_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:39f4170fdda7f6c6d9a4fb52057a1181bfbd9d5bd0aaeba47057915daf8f5d33_ppc64le",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:39f4170fdda7f6c6d9a4fb52057a1181bfbd9d5bd0aaeba47057915daf8f5d33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:39f4170fdda7f6c6d9a4fb52057a1181bfbd9d5bd0aaeba47057915daf8f5d33?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:2cdbdf40501fcc356ad5681b7dd64ff734db0b64dbc6968ae464c78834814d98_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:2cdbdf40501fcc356ad5681b7dd64ff734db0b64dbc6968ae464c78834814d98_ppc64le",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:2cdbdf40501fcc356ad5681b7dd64ff734db0b64dbc6968ae464c78834814d98_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:2cdbdf40501fcc356ad5681b7dd64ff734db0b64dbc6968ae464c78834814d98?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.14.17-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:53ca31a31cbc5eb76697ff8b4e061ce154c75da75bb269fd27fbf4b725cfc809_ppc64le",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:53ca31a31cbc5eb76697ff8b4e061ce154c75da75bb269fd27fbf4b725cfc809_ppc64le",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:53ca31a31cbc5eb76697ff8b4e061ce154c75da75bb269fd27fbf4b725cfc809_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:53ca31a31cbc5eb76697ff8b4e061ce154c75da75bb269fd27fbf4b725cfc809?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.14.17-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:820c5a297ec0ebf76eac82c042e5195ab21e3e93ccd58e4e464229a597f3f28d_ppc64le",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:820c5a297ec0ebf76eac82c042e5195ab21e3e93ccd58e4e464229a597f3f28d_ppc64le",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:820c5a297ec0ebf76eac82c042e5195ab21e3e93ccd58e4e464229a597f3f28d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:820c5a297ec0ebf76eac82c042e5195ab21e3e93ccd58e4e464229a597f3f28d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:261cd55bf4de02d4ca8253d050cf6a05330d42a3a71649cfb574c664116f49dd_ppc64le",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:261cd55bf4de02d4ca8253d050cf6a05330d42a3a71649cfb574c664116f49dd_ppc64le",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:261cd55bf4de02d4ca8253d050cf6a05330d42a3a71649cfb574c664116f49dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:261cd55bf4de02d4ca8253d050cf6a05330d42a3a71649cfb574c664116f49dd?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:ecbf48f170244bb45337f0ee4757a0011cdf17bf56da49a4fc040d19fb3d54f5_ppc64le",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:ecbf48f170244bb45337f0ee4757a0011cdf17bf56da49a4fc040d19fb3d54f5_ppc64le",
"product_id": "odf4/odf-must-gather-rhel9@sha256:ecbf48f170244bb45337f0ee4757a0011cdf17bf56da49a4fc040d19fb3d54f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:ecbf48f170244bb45337f0ee4757a0011cdf17bf56da49a4fc040d19fb3d54f5?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:670eb396ad25bd23a65bbcc05a3049fb8327aa106682524e98907321d194b5ff_ppc64le",
"product": {
"name": "odf4/odf-operator-bundle@sha256:670eb396ad25bd23a65bbcc05a3049fb8327aa106682524e98907321d194b5ff_ppc64le",
"product_id": "odf4/odf-operator-bundle@sha256:670eb396ad25bd23a65bbcc05a3049fb8327aa106682524e98907321d194b5ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:670eb396ad25bd23a65bbcc05a3049fb8327aa106682524e98907321d194b5ff?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:2b7c2749f0a18219dac1ef0532d734066d87003810be70b10c0e40905ed9ba77_ppc64le",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:2b7c2749f0a18219dac1ef0532d734066d87003810be70b10c0e40905ed9ba77_ppc64le",
"product_id": "odf4/odf-rhel9-operator@sha256:2b7c2749f0a18219dac1ef0532d734066d87003810be70b10c0e40905ed9ba77_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:2b7c2749f0a18219dac1ef0532d734066d87003810be70b10c0e40905ed9ba77?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:965ea4d68d1edaff4ebbc961d93639dbce32acf6223a24378f72d167445dab83_ppc64le",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:965ea4d68d1edaff4ebbc961d93639dbce32acf6223a24378f72d167445dab83_ppc64le",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:965ea4d68d1edaff4ebbc961d93639dbce32acf6223a24378f72d167445dab83_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:965ea4d68d1edaff4ebbc961d93639dbce32acf6223a24378f72d167445dab83?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:c83e5dd280e456c4ba90790d793d716fba85cdb3c45fcca6607ce1ed8d5b2542_ppc64le",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:c83e5dd280e456c4ba90790d793d716fba85cdb3c45fcca6607ce1ed8d5b2542_ppc64le",
"product_id": "odf4/odr-hub-operator-bundle@sha256:c83e5dd280e456c4ba90790d793d716fba85cdb3c45fcca6607ce1ed8d5b2542_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:c83e5dd280e456c4ba90790d793d716fba85cdb3c45fcca6607ce1ed8d5b2542?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:040a4c7622f9a4408e8d209fb87885415e79bd421a45de2547cbee1d64265379_ppc64le",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:040a4c7622f9a4408e8d209fb87885415e79bd421a45de2547cbee1d64265379_ppc64le",
"product_id": "odf4/odr-rhel9-operator@sha256:040a4c7622f9a4408e8d209fb87885415e79bd421a45de2547cbee1d64265379_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:040a4c7622f9a4408e8d209fb87885415e79bd421a45de2547cbee1d64265379?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:2aa4235e804c11a16ac9ef945790134848493d6c68ec59818f036c5ce20d74a8_ppc64le",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:2aa4235e804c11a16ac9ef945790134848493d6c68ec59818f036c5ce20d74a8_ppc64le",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:2aa4235e804c11a16ac9ef945790134848493d6c68ec59818f036c5ce20d74a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:2aa4235e804c11a16ac9ef945790134848493d6c68ec59818f036c5ce20d74a8?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.14.17-3"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/mcg-cli-rhel9@sha256:9dc4eef7e8cff11cfe839d7e2162c35837ad9cdc35110667d6c38e35953f64c6_arm64",
"product": {
"name": "odf4/mcg-cli-rhel9@sha256:9dc4eef7e8cff11cfe839d7e2162c35837ad9cdc35110667d6c38e35953f64c6_arm64",
"product_id": "odf4/mcg-cli-rhel9@sha256:9dc4eef7e8cff11cfe839d7e2162c35837ad9cdc35110667d6c38e35953f64c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-cli-rhel9@sha256:9dc4eef7e8cff11cfe839d7e2162c35837ad9cdc35110667d6c38e35953f64c6?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:6ba1c8be2c7a4b2868711e5d602a794fc6f37a0b162e43a990e3f434cdf0044d_arm64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:6ba1c8be2c7a4b2868711e5d602a794fc6f37a0b162e43a990e3f434cdf0044d_arm64",
"product_id": "odf4/mcg-core-rhel9@sha256:6ba1c8be2c7a4b2868711e5d602a794fc6f37a0b162e43a990e3f434cdf0044d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:6ba1c8be2c7a4b2868711e5d602a794fc6f37a0b162e43a990e3f434cdf0044d?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.14.17-4"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:457dadf63904e569adc44f7803bc68ef48a91a14eda8d7ede6ff2f1b85d6c328_arm64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:457dadf63904e569adc44f7803bc68ef48a91a14eda8d7ede6ff2f1b85d6c328_arm64",
"product_id": "odf4/mcg-rhel9-operator@sha256:457dadf63904e569adc44f7803bc68ef48a91a14eda8d7ede6ff2f1b85d6c328_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:457dadf63904e569adc44f7803bc68ef48a91a14eda8d7ede6ff2f1b85d6c328?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:d07a2e543f9d6fc673c89bba4ca4ef051dfc6c59a77868de9d8086ff9f923e88_arm64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:d07a2e543f9d6fc673c89bba4ca4ef051dfc6c59a77868de9d8086ff9f923e88_arm64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:d07a2e543f9d6fc673c89bba4ca4ef051dfc6c59a77868de9d8086ff9f923e88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:d07a2e543f9d6fc673c89bba4ca4ef051dfc6c59a77868de9d8086ff9f923e88?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:bab9292348c97ea13be4ef8125107b6af68c16b862d9048589ed35cd883072f3_arm64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:bab9292348c97ea13be4ef8125107b6af68c16b862d9048589ed35cd883072f3_arm64",
"product_id": "odf4/ocs-rhel9-operator@sha256:bab9292348c97ea13be4ef8125107b6af68c16b862d9048589ed35cd883072f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:bab9292348c97ea13be4ef8125107b6af68c16b862d9048589ed35cd883072f3?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.14.17-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:42aac31311256868599022bceb0225ed8acedd1591ba55255122c954bd4346b4_arm64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:42aac31311256868599022bceb0225ed8acedd1591ba55255122c954bd4346b4_arm64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:42aac31311256868599022bceb0225ed8acedd1591ba55255122c954bd4346b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:42aac31311256868599022bceb0225ed8acedd1591ba55255122c954bd4346b4?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:7e2a8ed76d0d6a8eeb15da107f3feab2c05336379615d9c136804e9e6d1bfc12_arm64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:7e2a8ed76d0d6a8eeb15da107f3feab2c05336379615d9c136804e9e6d1bfc12_arm64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:7e2a8ed76d0d6a8eeb15da107f3feab2c05336379615d9c136804e9e6d1bfc12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:7e2a8ed76d0d6a8eeb15da107f3feab2c05336379615d9c136804e9e6d1bfc12?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.14.17-4"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:e8c762314f9f999ad8d113b6814fc25412cee0ad102b51e059b9282bb9d7df75_arm64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:e8c762314f9f999ad8d113b6814fc25412cee0ad102b51e059b9282bb9d7df75_arm64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:e8c762314f9f999ad8d113b6814fc25412cee0ad102b51e059b9282bb9d7df75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:e8c762314f9f999ad8d113b6814fc25412cee0ad102b51e059b9282bb9d7df75?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:93b2febe6c5614c27286f6c7c49b445d310bfe55a345b27380fb4126067926bb_arm64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:93b2febe6c5614c27286f6c7c49b445d310bfe55a345b27380fb4126067926bb_arm64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:93b2febe6c5614c27286f6c7c49b445d310bfe55a345b27380fb4126067926bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:93b2febe6c5614c27286f6c7c49b445d310bfe55a345b27380fb4126067926bb?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:c243ce3e35d5b53c0aef562cfd3172a4cd7bcf74c089c6da8a70f19887a5e85c_arm64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:c243ce3e35d5b53c0aef562cfd3172a4cd7bcf74c089c6da8a70f19887a5e85c_arm64",
"product_id": "odf4/odf-rhel9-operator@sha256:c243ce3e35d5b53c0aef562cfd3172a4cd7bcf74c089c6da8a70f19887a5e85c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:c243ce3e35d5b53c0aef562cfd3172a4cd7bcf74c089c6da8a70f19887a5e85c?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.14.17-3"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:aad670bf97788c301af437b9dbe28377a062cc4b5f74c3f1e60951b32cf5bdb2_arm64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:aad670bf97788c301af437b9dbe28377a062cc4b5f74c3f1e60951b32cf5bdb2_arm64",
"product_id": "odf4/odr-rhel9-operator@sha256:aad670bf97788c301af437b9dbe28377a062cc4b5f74c3f1e60951b32cf5bdb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:aad670bf97788c301af437b9dbe28377a062cc4b5f74c3f1e60951b32cf5bdb2?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.14.17-3"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:acc3553f74e28e79aee4002f7f1bd274672b8ee86866fcf2a44b75666d499434_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:acc3553f74e28e79aee4002f7f1bd274672b8ee86866fcf2a44b75666d499434_ppc64le"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:acc3553f74e28e79aee4002f7f1bd274672b8ee86866fcf2a44b75666d499434_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:d83fc3642d9bd3a4e4630e2dac4fb561c6f7f7e727349f6b7d1f6edfa30dabcf_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d83fc3642d9bd3a4e4630e2dac4fb561c6f7f7e727349f6b7d1f6edfa30dabcf_s390x"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:d83fc3642d9bd3a4e4630e2dac4fb561c6f7f7e727349f6b7d1f6edfa30dabcf_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:f4f1ecc0a229b3c9e427282b7710afd888bea44b67fc5d3a6198da11e5725de9_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:f4f1ecc0a229b3c9e427282b7710afd888bea44b67fc5d3a6198da11e5725de9_amd64"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:f4f1ecc0a229b3c9e427282b7710afd888bea44b67fc5d3a6198da11e5725de9_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-cli-rhel9@sha256:1ac748e433cb39c9bbd4e184ac960286462b0f7406f73d2945325a3c3c2e609a_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:1ac748e433cb39c9bbd4e184ac960286462b0f7406f73d2945325a3c3c2e609a_amd64"
},
"product_reference": "odf4/mcg-cli-rhel9@sha256:1ac748e433cb39c9bbd4e184ac960286462b0f7406f73d2945325a3c3c2e609a_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-cli-rhel9@sha256:9dc4eef7e8cff11cfe839d7e2162c35837ad9cdc35110667d6c38e35953f64c6_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:9dc4eef7e8cff11cfe839d7e2162c35837ad9cdc35110667d6c38e35953f64c6_arm64"
},
"product_reference": "odf4/mcg-cli-rhel9@sha256:9dc4eef7e8cff11cfe839d7e2162c35837ad9cdc35110667d6c38e35953f64c6_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-cli-rhel9@sha256:a89ebda472f7f4b0fba51d050d944014592fb2ed6d14b8fbfce1ceed849e988f_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:a89ebda472f7f4b0fba51d050d944014592fb2ed6d14b8fbfce1ceed849e988f_s390x"
},
"product_reference": "odf4/mcg-cli-rhel9@sha256:a89ebda472f7f4b0fba51d050d944014592fb2ed6d14b8fbfce1ceed849e988f_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-cli-rhel9@sha256:f8466123c3d888a8bfacad9367e3192a99b889bb512c9e40d69c0b00b2148989_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:f8466123c3d888a8bfacad9367e3192a99b889bb512c9e40d69c0b00b2148989_ppc64le"
},
"product_reference": "odf4/mcg-cli-rhel9@sha256:f8466123c3d888a8bfacad9367e3192a99b889bb512c9e40d69c0b00b2148989_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:0b9649ae85fb46bb0589923758be184056fe9ebd278aaced2d0d643d83718230_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0b9649ae85fb46bb0589923758be184056fe9ebd278aaced2d0d643d83718230_amd64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:0b9649ae85fb46bb0589923758be184056fe9ebd278aaced2d0d643d83718230_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:6ba1c8be2c7a4b2868711e5d602a794fc6f37a0b162e43a990e3f434cdf0044d_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:6ba1c8be2c7a4b2868711e5d602a794fc6f37a0b162e43a990e3f434cdf0044d_arm64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:6ba1c8be2c7a4b2868711e5d602a794fc6f37a0b162e43a990e3f434cdf0044d_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:8797421d8b1de01b8f797b4f7d31bd741c2dfa612c5de01bd34fe957476b2e91_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:8797421d8b1de01b8f797b4f7d31bd741c2dfa612c5de01bd34fe957476b2e91_s390x"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:8797421d8b1de01b8f797b4f7d31bd741c2dfa612c5de01bd34fe957476b2e91_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:a1c20ae7ee43bd06021cefee3050f9ca2fe7e9f067c7bdf1bdd6b53dfc533038_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a1c20ae7ee43bd06021cefee3050f9ca2fe7e9f067c7bdf1bdd6b53dfc533038_ppc64le"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:a1c20ae7ee43bd06021cefee3050f9ca2fe7e9f067c7bdf1bdd6b53dfc533038_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:8d3cbcfe7dc3d7e8a3eb3b29fa6200dbf3d9cf3330ccbed1c1a078a5017b07a7_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:8d3cbcfe7dc3d7e8a3eb3b29fa6200dbf3d9cf3330ccbed1c1a078a5017b07a7_s390x"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:8d3cbcfe7dc3d7e8a3eb3b29fa6200dbf3d9cf3330ccbed1c1a078a5017b07a7_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:c6956ed3943f33674a897e501b65a36d6148a76a2d495101a0de205f06cabf9b_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:c6956ed3943f33674a897e501b65a36d6148a76a2d495101a0de205f06cabf9b_ppc64le"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:c6956ed3943f33674a897e501b65a36d6148a76a2d495101a0de205f06cabf9b_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:efdcd380cb47edfbb65c2c535e1206d3b5a3dde4689e1da79401d0edbabe9349_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:efdcd380cb47edfbb65c2c535e1206d3b5a3dde4689e1da79401d0edbabe9349_amd64"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:efdcd380cb47edfbb65c2c535e1206d3b5a3dde4689e1da79401d0edbabe9349_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:457dadf63904e569adc44f7803bc68ef48a91a14eda8d7ede6ff2f1b85d6c328_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:457dadf63904e569adc44f7803bc68ef48a91a14eda8d7ede6ff2f1b85d6c328_arm64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:457dadf63904e569adc44f7803bc68ef48a91a14eda8d7ede6ff2f1b85d6c328_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:5c283756969496f6ae2d6ce8c7757b982831fc2ddacaf7279d5f6b571af0d37b_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5c283756969496f6ae2d6ce8c7757b982831fc2ddacaf7279d5f6b571af0d37b_amd64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:5c283756969496f6ae2d6ce8c7757b982831fc2ddacaf7279d5f6b571af0d37b_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:c5dc4d1542df960599b8f22218ef38bb849a806cc1d46d6e45a1a10255e7c8d3_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:c5dc4d1542df960599b8f22218ef38bb849a806cc1d46d6e45a1a10255e7c8d3_s390x"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:c5dc4d1542df960599b8f22218ef38bb849a806cc1d46d6e45a1a10255e7c8d3_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:d117e6618f677d3e9c98a0fc3f6cc3a60361cfdbb33506c2607561c8a8c94eda_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:d117e6618f677d3e9c98a0fc3f6cc3a60361cfdbb33506c2607561c8a8c94eda_ppc64le"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:d117e6618f677d3e9c98a0fc3f6cc3a60361cfdbb33506c2607561c8a8c94eda_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:0ee124e4d939ee19fb6e9111fca7c319e25e54189283d6f0741f0c5d268c2f41_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0ee124e4d939ee19fb6e9111fca7c319e25e54189283d6f0741f0c5d268c2f41_amd64"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:0ee124e4d939ee19fb6e9111fca7c319e25e54189283d6f0741f0c5d268c2f41_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:1a468c30509ca31644eefd8f529b8a44f5f7491b0862e80189b53a29abac0c43_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a468c30509ca31644eefd8f529b8a44f5f7491b0862e80189b53a29abac0c43_s390x"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:1a468c30509ca31644eefd8f529b8a44f5f7491b0862e80189b53a29abac0c43_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:1eea45ef55ccbf347341ee1b3a1bc796da7dcea9744f39d8fe996ef98be16860_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1eea45ef55ccbf347341ee1b3a1bc796da7dcea9744f39d8fe996ef98be16860_ppc64le"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:1eea45ef55ccbf347341ee1b3a1bc796da7dcea9744f39d8fe996ef98be16860_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:6f5ba9a0ba19e976054f339f22f18a73c3faea22df2eea9f71eba3dc48b40563_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:6f5ba9a0ba19e976054f339f22f18a73c3faea22df2eea9f71eba3dc48b40563_ppc64le"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:6f5ba9a0ba19e976054f339f22f18a73c3faea22df2eea9f71eba3dc48b40563_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:b258b9bbd6c60f50f5efc54acb6b67ba1aa9d28aac8f148ebcc49f14d09f90a9_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:b258b9bbd6c60f50f5efc54acb6b67ba1aa9d28aac8f148ebcc49f14d09f90a9_s390x"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:b258b9bbd6c60f50f5efc54acb6b67ba1aa9d28aac8f148ebcc49f14d09f90a9_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:e0cb8f162b6437a6f58b6252b10c808a353f0117ecce309381870da7aa265059_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:e0cb8f162b6437a6f58b6252b10c808a353f0117ecce309381870da7aa265059_amd64"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:e0cb8f162b6437a6f58b6252b10c808a353f0117ecce309381870da7aa265059_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:0dc53400a4bda89712ff275e78a0c18d52f5e0cbfe6ba68e59d4f79e989b6bc2_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:0dc53400a4bda89712ff275e78a0c18d52f5e0cbfe6ba68e59d4f79e989b6bc2_amd64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:0dc53400a4bda89712ff275e78a0c18d52f5e0cbfe6ba68e59d4f79e989b6bc2_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:239a8a479e05cdf4035ea8460d7a31cd3e4f148244f8b0f6f83997e992e319d3_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:239a8a479e05cdf4035ea8460d7a31cd3e4f148244f8b0f6f83997e992e319d3_s390x"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:239a8a479e05cdf4035ea8460d7a31cd3e4f148244f8b0f6f83997e992e319d3_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:d07a2e543f9d6fc673c89bba4ca4ef051dfc6c59a77868de9d8086ff9f923e88_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:d07a2e543f9d6fc673c89bba4ca4ef051dfc6c59a77868de9d8086ff9f923e88_arm64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:d07a2e543f9d6fc673c89bba4ca4ef051dfc6c59a77868de9d8086ff9f923e88_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:f4dc7ada5cd9c6e89a4fcc11f8386476db827f0946f986d49b1540029264b1ff_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:f4dc7ada5cd9c6e89a4fcc11f8386476db827f0946f986d49b1540029264b1ff_ppc64le"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:f4dc7ada5cd9c6e89a4fcc11f8386476db827f0946f986d49b1540029264b1ff_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:1bee145861954a0a4136b42ab4489fc6fd79c8f1b330f2fc39862cc0a46fc830_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:1bee145861954a0a4136b42ab4489fc6fd79c8f1b330f2fc39862cc0a46fc830_ppc64le"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:1bee145861954a0a4136b42ab4489fc6fd79c8f1b330f2fc39862cc0a46fc830_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:75ec57b5f25da941662411e6176b7ea0335f28cafd252d27fa7dda9fab991948_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:75ec57b5f25da941662411e6176b7ea0335f28cafd252d27fa7dda9fab991948_s390x"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:75ec57b5f25da941662411e6176b7ea0335f28cafd252d27fa7dda9fab991948_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:951bf1e86d6cf0b98221cd2ca570bad1713340dc471e2eb720aeb5e50bb05598_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:951bf1e86d6cf0b98221cd2ca570bad1713340dc471e2eb720aeb5e50bb05598_amd64"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:951bf1e86d6cf0b98221cd2ca570bad1713340dc471e2eb720aeb5e50bb05598_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:358960d56346472a6351d0e8d48bf9aafba868c65d96fc4113b468902bb58d2b_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:358960d56346472a6351d0e8d48bf9aafba868c65d96fc4113b468902bb58d2b_ppc64le"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:358960d56346472a6351d0e8d48bf9aafba868c65d96fc4113b468902bb58d2b_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:7f1dce9abb8db51a33e89536330f5100c15aeb15cc399ee5b1a0786dc5f22dab_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:7f1dce9abb8db51a33e89536330f5100c15aeb15cc399ee5b1a0786dc5f22dab_s390x"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:7f1dce9abb8db51a33e89536330f5100c15aeb15cc399ee5b1a0786dc5f22dab_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:a74bcf4fec0071f318e267640147dfc2b8f875b88b12f06bd9274d31184d6b02_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:a74bcf4fec0071f318e267640147dfc2b8f875b88b12f06bd9274d31184d6b02_amd64"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:a74bcf4fec0071f318e267640147dfc2b8f875b88b12f06bd9274d31184d6b02_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:bab9292348c97ea13be4ef8125107b6af68c16b862d9048589ed35cd883072f3_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:bab9292348c97ea13be4ef8125107b6af68c16b862d9048589ed35cd883072f3_arm64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:bab9292348c97ea13be4ef8125107b6af68c16b862d9048589ed35cd883072f3_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:c60272213c4184fd7ab0692259a66cb505bf224b6e6c0c08cec1ea8a02dcabbb_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:c60272213c4184fd7ab0692259a66cb505bf224b6e6c0c08cec1ea8a02dcabbb_ppc64le"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:c60272213c4184fd7ab0692259a66cb505bf224b6e6c0c08cec1ea8a02dcabbb_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:f115dd4a134490d9191fb09d8d75436fe25d1234b7249375e625caf1ecd7d293_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:f115dd4a134490d9191fb09d8d75436fe25d1234b7249375e625caf1ecd7d293_amd64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:f115dd4a134490d9191fb09d8d75436fe25d1234b7249375e625caf1ecd7d293_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:f2cf1c7f5f0f01735c5a6b5fd7933cebfeeb6705e72eb396c69f1f2073c59ec3_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:f2cf1c7f5f0f01735c5a6b5fd7933cebfeeb6705e72eb396c69f1f2073c59ec3_s390x"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:f2cf1c7f5f0f01735c5a6b5fd7933cebfeeb6705e72eb396c69f1f2073c59ec3_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:20df1088e79e9bd16ebf48751811440cd8667e3c9f92734608b6f06551339c0a_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:20df1088e79e9bd16ebf48751811440cd8667e3c9f92734608b6f06551339c0a_ppc64le"
},
"product_reference": "odf4/odf-console-rhel9@sha256:20df1088e79e9bd16ebf48751811440cd8667e3c9f92734608b6f06551339c0a_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:4c8672467bc7700a7b35f8b96719123a43e4e37844317cab1e24d362711a60ec_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:4c8672467bc7700a7b35f8b96719123a43e4e37844317cab1e24d362711a60ec_s390x"
},
"product_reference": "odf4/odf-console-rhel9@sha256:4c8672467bc7700a7b35f8b96719123a43e4e37844317cab1e24d362711a60ec_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:ced8bc94fc45ece64cf315a6412557cab16e32140111e45ca169099ea18e98fd_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:ced8bc94fc45ece64cf315a6412557cab16e32140111e45ca169099ea18e98fd_amd64"
},
"product_reference": "odf4/odf-console-rhel9@sha256:ced8bc94fc45ece64cf315a6412557cab16e32140111e45ca169099ea18e98fd_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:163496946bbcba554c761cb1a7d51b37847016682b5e28d6e4fe6ddf0f80de79_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:163496946bbcba554c761cb1a7d51b37847016682b5e28d6e4fe6ddf0f80de79_amd64"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:163496946bbcba554c761cb1a7d51b37847016682b5e28d6e4fe6ddf0f80de79_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:92b7442ce15ff9d0c521269b456116ef84ad75385715c60a7d3c121fcd1f29f6_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:92b7442ce15ff9d0c521269b456116ef84ad75385715c60a7d3c121fcd1f29f6_s390x"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:92b7442ce15ff9d0c521269b456116ef84ad75385715c60a7d3c121fcd1f29f6_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d13b487c7fc20a394532ed4ef1a2ab29876a6178971277c39d378efaa4d1c2ec_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d13b487c7fc20a394532ed4ef1a2ab29876a6178971277c39d378efaa4d1c2ec_ppc64le"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:d13b487c7fc20a394532ed4ef1a2ab29876a6178971277c39d378efaa4d1c2ec_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:74342c8b5a6475d8f4192963321504c0167d287a890ba1b2ea1a70497f1f5dbe_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:74342c8b5a6475d8f4192963321504c0167d287a890ba1b2ea1a70497f1f5dbe_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:74342c8b5a6475d8f4192963321504c0167d287a890ba1b2ea1a70497f1f5dbe_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:7b678bae7ef2cfc9ab23b95dc8d17ad0962e19095525107a1896afe0b233ae50_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:7b678bae7ef2cfc9ab23b95dc8d17ad0962e19095525107a1896afe0b233ae50_amd64"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:7b678bae7ef2cfc9ab23b95dc8d17ad0962e19095525107a1896afe0b233ae50_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:d2344483504bf0da9153ee8eb552d00f37c16b8ca9adaedf8f76eaf58f931a79_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d2344483504bf0da9153ee8eb552d00f37c16b8ca9adaedf8f76eaf58f931a79_s390x"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:d2344483504bf0da9153ee8eb552d00f37c16b8ca9adaedf8f76eaf58f931a79_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:39f4170fdda7f6c6d9a4fb52057a1181bfbd9d5bd0aaeba47057915daf8f5d33_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:39f4170fdda7f6c6d9a4fb52057a1181bfbd9d5bd0aaeba47057915daf8f5d33_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:39f4170fdda7f6c6d9a4fb52057a1181bfbd9d5bd0aaeba47057915daf8f5d33_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:42aac31311256868599022bceb0225ed8acedd1591ba55255122c954bd4346b4_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:42aac31311256868599022bceb0225ed8acedd1591ba55255122c954bd4346b4_arm64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:42aac31311256868599022bceb0225ed8acedd1591ba55255122c954bd4346b4_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:9616a9be9307e7c7a7159e645c6b5b8909be4f23d1abc866b5e7d55ad2527af2_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:9616a9be9307e7c7a7159e645c6b5b8909be4f23d1abc866b5e7d55ad2527af2_amd64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:9616a9be9307e7c7a7159e645c6b5b8909be4f23d1abc866b5e7d55ad2527af2_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:f8c10ac336350424b46225e7e8ff5221075074c37063056e75d70e50b6fd4987_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f8c10ac336350424b46225e7e8ff5221075074c37063056e75d70e50b6fd4987_s390x"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:f8c10ac336350424b46225e7e8ff5221075074c37063056e75d70e50b6fd4987_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:2cdbdf40501fcc356ad5681b7dd64ff734db0b64dbc6968ae464c78834814d98_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:2cdbdf40501fcc356ad5681b7dd64ff734db0b64dbc6968ae464c78834814d98_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:2cdbdf40501fcc356ad5681b7dd64ff734db0b64dbc6968ae464c78834814d98_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:7e2a8ed76d0d6a8eeb15da107f3feab2c05336379615d9c136804e9e6d1bfc12_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:7e2a8ed76d0d6a8eeb15da107f3feab2c05336379615d9c136804e9e6d1bfc12_arm64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:7e2a8ed76d0d6a8eeb15da107f3feab2c05336379615d9c136804e9e6d1bfc12_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:8c98f31565bafa6d396af1f2d4e2b10078fb20420ee59969b17f70455611b90c_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:8c98f31565bafa6d396af1f2d4e2b10078fb20420ee59969b17f70455611b90c_s390x"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:8c98f31565bafa6d396af1f2d4e2b10078fb20420ee59969b17f70455611b90c_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:fa3034c9854491e3b4d49339b7e11c248edc8b77928d2deb4410ec891ae834e0_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:fa3034c9854491e3b4d49339b7e11c248edc8b77928d2deb4410ec891ae834e0_amd64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:fa3034c9854491e3b4d49339b7e11c248edc8b77928d2deb4410ec891ae834e0_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:53ca31a31cbc5eb76697ff8b4e061ce154c75da75bb269fd27fbf4b725cfc809_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:53ca31a31cbc5eb76697ff8b4e061ce154c75da75bb269fd27fbf4b725cfc809_ppc64le"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:53ca31a31cbc5eb76697ff8b4e061ce154c75da75bb269fd27fbf4b725cfc809_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:6bedadb6458a45832d41e65799e1e28d23d5555a97929ec45e51c6b3e26644c2_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:6bedadb6458a45832d41e65799e1e28d23d5555a97929ec45e51c6b3e26644c2_s390x"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:6bedadb6458a45832d41e65799e1e28d23d5555a97929ec45e51c6b3e26644c2_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:b1ecb2d81cd162a1e78e50a287dc3df5b6d14bf5feb1c1c1cce629ba05aea2a8_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:b1ecb2d81cd162a1e78e50a287dc3df5b6d14bf5feb1c1c1cce629ba05aea2a8_amd64"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:b1ecb2d81cd162a1e78e50a287dc3df5b6d14bf5feb1c1c1cce629ba05aea2a8_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:6193c8b7c57c2f436d152faa46273777df16b7b73c982a5dc35c16755587b3fd_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:6193c8b7c57c2f436d152faa46273777df16b7b73c982a5dc35c16755587b3fd_amd64"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:6193c8b7c57c2f436d152faa46273777df16b7b73c982a5dc35c16755587b3fd_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:820c5a297ec0ebf76eac82c042e5195ab21e3e93ccd58e4e464229a597f3f28d_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:820c5a297ec0ebf76eac82c042e5195ab21e3e93ccd58e4e464229a597f3f28d_ppc64le"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:820c5a297ec0ebf76eac82c042e5195ab21e3e93ccd58e4e464229a597f3f28d_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:835e71c30e2eedae7eeadf695e800826a50310364f29edbb288385417e20c1ed_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:835e71c30e2eedae7eeadf695e800826a50310364f29edbb288385417e20c1ed_s390x"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:835e71c30e2eedae7eeadf695e800826a50310364f29edbb288385417e20c1ed_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:027d8968b71b031267da6e543baaaf2fcb20532aca623cb853ecc5e64e68af08_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:027d8968b71b031267da6e543baaaf2fcb20532aca623cb853ecc5e64e68af08_amd64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:027d8968b71b031267da6e543baaaf2fcb20532aca623cb853ecc5e64e68af08_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:261cd55bf4de02d4ca8253d050cf6a05330d42a3a71649cfb574c664116f49dd_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:261cd55bf4de02d4ca8253d050cf6a05330d42a3a71649cfb574c664116f49dd_ppc64le"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:261cd55bf4de02d4ca8253d050cf6a05330d42a3a71649cfb574c664116f49dd_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:42c5ad8992906002d9f417b2f03bd46bd43d7ef96bf29d9281bd6684a83d83f2_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:42c5ad8992906002d9f417b2f03bd46bd43d7ef96bf29d9281bd6684a83d83f2_s390x"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:42c5ad8992906002d9f417b2f03bd46bd43d7ef96bf29d9281bd6684a83d83f2_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:e8c762314f9f999ad8d113b6814fc25412cee0ad102b51e059b9282bb9d7df75_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:e8c762314f9f999ad8d113b6814fc25412cee0ad102b51e059b9282bb9d7df75_arm64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:e8c762314f9f999ad8d113b6814fc25412cee0ad102b51e059b9282bb9d7df75_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:2b6ac330ea876db86901b98f9ac1064c7ca21e3aba467c21dc570017d607f019_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:2b6ac330ea876db86901b98f9ac1064c7ca21e3aba467c21dc570017d607f019_amd64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:2b6ac330ea876db86901b98f9ac1064c7ca21e3aba467c21dc570017d607f019_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:46cf77f7df2251085643694337d68b6169c23e51a7dc05181ad77b031134ec7e_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:46cf77f7df2251085643694337d68b6169c23e51a7dc05181ad77b031134ec7e_s390x"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:46cf77f7df2251085643694337d68b6169c23e51a7dc05181ad77b031134ec7e_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:93b2febe6c5614c27286f6c7c49b445d310bfe55a345b27380fb4126067926bb_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:93b2febe6c5614c27286f6c7c49b445d310bfe55a345b27380fb4126067926bb_arm64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:93b2febe6c5614c27286f6c7c49b445d310bfe55a345b27380fb4126067926bb_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:ecbf48f170244bb45337f0ee4757a0011cdf17bf56da49a4fc040d19fb3d54f5_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:ecbf48f170244bb45337f0ee4757a0011cdf17bf56da49a4fc040d19fb3d54f5_ppc64le"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:ecbf48f170244bb45337f0ee4757a0011cdf17bf56da49a4fc040d19fb3d54f5_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:635ba6d730df39baadee79858f9320596d9cc33db5efa5d62066987ef986e457_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:635ba6d730df39baadee79858f9320596d9cc33db5efa5d62066987ef986e457_s390x"
},
"product_reference": "odf4/odf-operator-bundle@sha256:635ba6d730df39baadee79858f9320596d9cc33db5efa5d62066987ef986e457_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:670eb396ad25bd23a65bbcc05a3049fb8327aa106682524e98907321d194b5ff_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:670eb396ad25bd23a65bbcc05a3049fb8327aa106682524e98907321d194b5ff_ppc64le"
},
"product_reference": "odf4/odf-operator-bundle@sha256:670eb396ad25bd23a65bbcc05a3049fb8327aa106682524e98907321d194b5ff_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:6a1986ff9493d7cab893ed4a7f486998c4afae8dcc527a218e070867a8474eef_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:6a1986ff9493d7cab893ed4a7f486998c4afae8dcc527a218e070867a8474eef_amd64"
},
"product_reference": "odf4/odf-operator-bundle@sha256:6a1986ff9493d7cab893ed4a7f486998c4afae8dcc527a218e070867a8474eef_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:2b7c2749f0a18219dac1ef0532d734066d87003810be70b10c0e40905ed9ba77_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:2b7c2749f0a18219dac1ef0532d734066d87003810be70b10c0e40905ed9ba77_ppc64le"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:2b7c2749f0a18219dac1ef0532d734066d87003810be70b10c0e40905ed9ba77_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:2cceb3e2d023f40ab611f35b8c60dc5589f4353d7a5199cad4f09284e0d0deb4_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:2cceb3e2d023f40ab611f35b8c60dc5589f4353d7a5199cad4f09284e0d0deb4_amd64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:2cceb3e2d023f40ab611f35b8c60dc5589f4353d7a5199cad4f09284e0d0deb4_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:9ea2ef36fc9569622225e4b03f001cbd8cedd0dc6aa5684a2618056a7a5e4cde_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:9ea2ef36fc9569622225e4b03f001cbd8cedd0dc6aa5684a2618056a7a5e4cde_s390x"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:9ea2ef36fc9569622225e4b03f001cbd8cedd0dc6aa5684a2618056a7a5e4cde_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:c243ce3e35d5b53c0aef562cfd3172a4cd7bcf74c089c6da8a70f19887a5e85c_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:c243ce3e35d5b53c0aef562cfd3172a4cd7bcf74c089c6da8a70f19887a5e85c_arm64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:c243ce3e35d5b53c0aef562cfd3172a4cd7bcf74c089c6da8a70f19887a5e85c_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:123bff07768cf928393ee40fa479bc9bfab55397787c7ac8cd7ece79f4b0ed33_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:123bff07768cf928393ee40fa479bc9bfab55397787c7ac8cd7ece79f4b0ed33_amd64"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:123bff07768cf928393ee40fa479bc9bfab55397787c7ac8cd7ece79f4b0ed33_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:965ea4d68d1edaff4ebbc961d93639dbce32acf6223a24378f72d167445dab83_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:965ea4d68d1edaff4ebbc961d93639dbce32acf6223a24378f72d167445dab83_ppc64le"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:965ea4d68d1edaff4ebbc961d93639dbce32acf6223a24378f72d167445dab83_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:ec7b0b2e4590c387e764b9a8f9927ce379bb78ccd4e342fcaa73448f312935f7_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:ec7b0b2e4590c387e764b9a8f9927ce379bb78ccd4e342fcaa73448f312935f7_s390x"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:ec7b0b2e4590c387e764b9a8f9927ce379bb78ccd4e342fcaa73448f312935f7_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:38c8500f955ad35dc1a724945f7ddfa159d2f725ead3d6a2af8f41edc77783dc_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:38c8500f955ad35dc1a724945f7ddfa159d2f725ead3d6a2af8f41edc77783dc_amd64"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:38c8500f955ad35dc1a724945f7ddfa159d2f725ead3d6a2af8f41edc77783dc_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:515dfb239cacdb0d4530780eea8eb769a5ae7176a0554fb445ee134250a2d96c_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:515dfb239cacdb0d4530780eea8eb769a5ae7176a0554fb445ee134250a2d96c_s390x"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:515dfb239cacdb0d4530780eea8eb769a5ae7176a0554fb445ee134250a2d96c_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:c83e5dd280e456c4ba90790d793d716fba85cdb3c45fcca6607ce1ed8d5b2542_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:c83e5dd280e456c4ba90790d793d716fba85cdb3c45fcca6607ce1ed8d5b2542_ppc64le"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:c83e5dd280e456c4ba90790d793d716fba85cdb3c45fcca6607ce1ed8d5b2542_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:040a4c7622f9a4408e8d209fb87885415e79bd421a45de2547cbee1d64265379_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:040a4c7622f9a4408e8d209fb87885415e79bd421a45de2547cbee1d64265379_ppc64le"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:040a4c7622f9a4408e8d209fb87885415e79bd421a45de2547cbee1d64265379_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:54ccae475c14e3329240e15f43414652a2b8f4a9ccba626bec835bc3b582d919_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:54ccae475c14e3329240e15f43414652a2b8f4a9ccba626bec835bc3b582d919_amd64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:54ccae475c14e3329240e15f43414652a2b8f4a9ccba626bec835bc3b582d919_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:aad670bf97788c301af437b9dbe28377a062cc4b5f74c3f1e60951b32cf5bdb2_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:aad670bf97788c301af437b9dbe28377a062cc4b5f74c3f1e60951b32cf5bdb2_arm64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:aad670bf97788c301af437b9dbe28377a062cc4b5f74c3f1e60951b32cf5bdb2_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:e45ec88513685282a85811e44a673d3d69bc2355d1730bbd4ac6b139b394935b_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:e45ec88513685282a85811e44a673d3d69bc2355d1730bbd4ac6b139b394935b_s390x"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:e45ec88513685282a85811e44a673d3d69bc2355d1730bbd4ac6b139b394935b_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:2a51684ca0bbfa735fe89dac6f3ada1c078a00fa5722c4bc5f57e98f918e4122_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:2a51684ca0bbfa735fe89dac6f3ada1c078a00fa5722c4bc5f57e98f918e4122_s390x"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:2a51684ca0bbfa735fe89dac6f3ada1c078a00fa5722c4bc5f57e98f918e4122_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:2aa4235e804c11a16ac9ef945790134848493d6c68ec59818f036c5ce20d74a8_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:2aa4235e804c11a16ac9ef945790134848493d6c68ec59818f036c5ce20d74a8_ppc64le"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:2aa4235e804c11a16ac9ef945790134848493d6c68ec59818f036c5ce20d74a8_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:66e18662cae583fb5557c966b93476183813c1fd7fc07feb39f0ae212ae6c0f4_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:66e18662cae583fb5557c966b93476183813c1fd7fc07feb39f0ae212ae6c0f4_amd64"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:66e18662cae583fb5557c966b93476183813c1fd7fc07feb39f0ae212ae6c0f4_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:1ac748e433cb39c9bbd4e184ac960286462b0f7406f73d2945325a3c3c2e609a_amd64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:9dc4eef7e8cff11cfe839d7e2162c35837ad9cdc35110667d6c38e35953f64c6_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:a89ebda472f7f4b0fba51d050d944014592fb2ed6d14b8fbfce1ceed849e988f_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:f8466123c3d888a8bfacad9367e3192a99b889bb512c9e40d69c0b00b2148989_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0b9649ae85fb46bb0589923758be184056fe9ebd278aaced2d0d643d83718230_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:6ba1c8be2c7a4b2868711e5d602a794fc6f37a0b162e43a990e3f434cdf0044d_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:8797421d8b1de01b8f797b4f7d31bd741c2dfa612c5de01bd34fe957476b2e91_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a1c20ae7ee43bd06021cefee3050f9ca2fe7e9f067c7bdf1bdd6b53dfc533038_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:8d3cbcfe7dc3d7e8a3eb3b29fa6200dbf3d9cf3330ccbed1c1a078a5017b07a7_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:c6956ed3943f33674a897e501b65a36d6148a76a2d495101a0de205f06cabf9b_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:efdcd380cb47edfbb65c2c535e1206d3b5a3dde4689e1da79401d0edbabe9349_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:457dadf63904e569adc44f7803bc68ef48a91a14eda8d7ede6ff2f1b85d6c328_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5c283756969496f6ae2d6ce8c7757b982831fc2ddacaf7279d5f6b571af0d37b_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:c5dc4d1542df960599b8f22218ef38bb849a806cc1d46d6e45a1a10255e7c8d3_s390x",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:d117e6618f677d3e9c98a0fc3f6cc3a60361cfdbb33506c2607561c8a8c94eda_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0ee124e4d939ee19fb6e9111fca7c319e25e54189283d6f0741f0c5d268c2f41_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a468c30509ca31644eefd8f529b8a44f5f7491b0862e80189b53a29abac0c43_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1eea45ef55ccbf347341ee1b3a1bc796da7dcea9744f39d8fe996ef98be16860_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:6f5ba9a0ba19e976054f339f22f18a73c3faea22df2eea9f71eba3dc48b40563_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:b258b9bbd6c60f50f5efc54acb6b67ba1aa9d28aac8f148ebcc49f14d09f90a9_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:e0cb8f162b6437a6f58b6252b10c808a353f0117ecce309381870da7aa265059_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:0dc53400a4bda89712ff275e78a0c18d52f5e0cbfe6ba68e59d4f79e989b6bc2_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:239a8a479e05cdf4035ea8460d7a31cd3e4f148244f8b0f6f83997e992e319d3_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:d07a2e543f9d6fc673c89bba4ca4ef051dfc6c59a77868de9d8086ff9f923e88_arm64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:f4dc7ada5cd9c6e89a4fcc11f8386476db827f0946f986d49b1540029264b1ff_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:1bee145861954a0a4136b42ab4489fc6fd79c8f1b330f2fc39862cc0a46fc830_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:75ec57b5f25da941662411e6176b7ea0335f28cafd252d27fa7dda9fab991948_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:951bf1e86d6cf0b98221cd2ca570bad1713340dc471e2eb720aeb5e50bb05598_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:358960d56346472a6351d0e8d48bf9aafba868c65d96fc4113b468902bb58d2b_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:7f1dce9abb8db51a33e89536330f5100c15aeb15cc399ee5b1a0786dc5f22dab_s390x",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:a74bcf4fec0071f318e267640147dfc2b8f875b88b12f06bd9274d31184d6b02_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:bab9292348c97ea13be4ef8125107b6af68c16b862d9048589ed35cd883072f3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:c60272213c4184fd7ab0692259a66cb505bf224b6e6c0c08cec1ea8a02dcabbb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:f115dd4a134490d9191fb09d8d75436fe25d1234b7249375e625caf1ecd7d293_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:f2cf1c7f5f0f01735c5a6b5fd7933cebfeeb6705e72eb396c69f1f2073c59ec3_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:20df1088e79e9bd16ebf48751811440cd8667e3c9f92734608b6f06551339c0a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:4c8672467bc7700a7b35f8b96719123a43e4e37844317cab1e24d362711a60ec_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:ced8bc94fc45ece64cf315a6412557cab16e32140111e45ca169099ea18e98fd_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:163496946bbcba554c761cb1a7d51b37847016682b5e28d6e4fe6ddf0f80de79_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:92b7442ce15ff9d0c521269b456116ef84ad75385715c60a7d3c121fcd1f29f6_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d13b487c7fc20a394532ed4ef1a2ab29876a6178971277c39d378efaa4d1c2ec_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:74342c8b5a6475d8f4192963321504c0167d287a890ba1b2ea1a70497f1f5dbe_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:7b678bae7ef2cfc9ab23b95dc8d17ad0962e19095525107a1896afe0b233ae50_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d2344483504bf0da9153ee8eb552d00f37c16b8ca9adaedf8f76eaf58f931a79_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:39f4170fdda7f6c6d9a4fb52057a1181bfbd9d5bd0aaeba47057915daf8f5d33_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:42aac31311256868599022bceb0225ed8acedd1591ba55255122c954bd4346b4_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:9616a9be9307e7c7a7159e645c6b5b8909be4f23d1abc866b5e7d55ad2527af2_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f8c10ac336350424b46225e7e8ff5221075074c37063056e75d70e50b6fd4987_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:2cdbdf40501fcc356ad5681b7dd64ff734db0b64dbc6968ae464c78834814d98_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:7e2a8ed76d0d6a8eeb15da107f3feab2c05336379615d9c136804e9e6d1bfc12_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:8c98f31565bafa6d396af1f2d4e2b10078fb20420ee59969b17f70455611b90c_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:fa3034c9854491e3b4d49339b7e11c248edc8b77928d2deb4410ec891ae834e0_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:53ca31a31cbc5eb76697ff8b4e061ce154c75da75bb269fd27fbf4b725cfc809_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:6bedadb6458a45832d41e65799e1e28d23d5555a97929ec45e51c6b3e26644c2_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:b1ecb2d81cd162a1e78e50a287dc3df5b6d14bf5feb1c1c1cce629ba05aea2a8_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:6193c8b7c57c2f436d152faa46273777df16b7b73c982a5dc35c16755587b3fd_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:820c5a297ec0ebf76eac82c042e5195ab21e3e93ccd58e4e464229a597f3f28d_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:835e71c30e2eedae7eeadf695e800826a50310364f29edbb288385417e20c1ed_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:027d8968b71b031267da6e543baaaf2fcb20532aca623cb853ecc5e64e68af08_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:261cd55bf4de02d4ca8253d050cf6a05330d42a3a71649cfb574c664116f49dd_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:42c5ad8992906002d9f417b2f03bd46bd43d7ef96bf29d9281bd6684a83d83f2_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:e8c762314f9f999ad8d113b6814fc25412cee0ad102b51e059b9282bb9d7df75_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:2b6ac330ea876db86901b98f9ac1064c7ca21e3aba467c21dc570017d607f019_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:46cf77f7df2251085643694337d68b6169c23e51a7dc05181ad77b031134ec7e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:93b2febe6c5614c27286f6c7c49b445d310bfe55a345b27380fb4126067926bb_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:ecbf48f170244bb45337f0ee4757a0011cdf17bf56da49a4fc040d19fb3d54f5_ppc64le",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:635ba6d730df39baadee79858f9320596d9cc33db5efa5d62066987ef986e457_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:670eb396ad25bd23a65bbcc05a3049fb8327aa106682524e98907321d194b5ff_ppc64le",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:6a1986ff9493d7cab893ed4a7f486998c4afae8dcc527a218e070867a8474eef_amd64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:2b7c2749f0a18219dac1ef0532d734066d87003810be70b10c0e40905ed9ba77_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:2cceb3e2d023f40ab611f35b8c60dc5589f4353d7a5199cad4f09284e0d0deb4_amd64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:9ea2ef36fc9569622225e4b03f001cbd8cedd0dc6aa5684a2618056a7a5e4cde_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:c243ce3e35d5b53c0aef562cfd3172a4cd7bcf74c089c6da8a70f19887a5e85c_arm64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:123bff07768cf928393ee40fa479bc9bfab55397787c7ac8cd7ece79f4b0ed33_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:965ea4d68d1edaff4ebbc961d93639dbce32acf6223a24378f72d167445dab83_ppc64le",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:ec7b0b2e4590c387e764b9a8f9927ce379bb78ccd4e342fcaa73448f312935f7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:38c8500f955ad35dc1a724945f7ddfa159d2f725ead3d6a2af8f41edc77783dc_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:515dfb239cacdb0d4530780eea8eb769a5ae7176a0554fb445ee134250a2d96c_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:c83e5dd280e456c4ba90790d793d716fba85cdb3c45fcca6607ce1ed8d5b2542_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:040a4c7622f9a4408e8d209fb87885415e79bd421a45de2547cbee1d64265379_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:54ccae475c14e3329240e15f43414652a2b8f4a9ccba626bec835bc3b582d919_amd64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:aad670bf97788c301af437b9dbe28377a062cc4b5f74c3f1e60951b32cf5bdb2_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:e45ec88513685282a85811e44a673d3d69bc2355d1730bbd4ac6b139b394935b_s390x",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:2a51684ca0bbfa735fe89dac6f3ada1c078a00fa5722c4bc5f57e98f918e4122_s390x",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:2aa4235e804c11a16ac9ef945790134848493d6c68ec59818f036c5ce20d74a8_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:66e18662cae583fb5557c966b93476183813c1fd7fc07feb39f0ae212ae6c0f4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and 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 control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"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": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:acc3553f74e28e79aee4002f7f1bd274672b8ee86866fcf2a44b75666d499434_ppc64le",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d83fc3642d9bd3a4e4630e2dac4fb561c6f7f7e727349f6b7d1f6edfa30dabcf_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:f4f1ecc0a229b3c9e427282b7710afd888bea44b67fc5d3a6198da11e5725de9_amd64"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:1ac748e433cb39c9bbd4e184ac960286462b0f7406f73d2945325a3c3c2e609a_amd64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:9dc4eef7e8cff11cfe839d7e2162c35837ad9cdc35110667d6c38e35953f64c6_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:a89ebda472f7f4b0fba51d050d944014592fb2ed6d14b8fbfce1ceed849e988f_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:f8466123c3d888a8bfacad9367e3192a99b889bb512c9e40d69c0b00b2148989_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0b9649ae85fb46bb0589923758be184056fe9ebd278aaced2d0d643d83718230_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:6ba1c8be2c7a4b2868711e5d602a794fc6f37a0b162e43a990e3f434cdf0044d_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:8797421d8b1de01b8f797b4f7d31bd741c2dfa612c5de01bd34fe957476b2e91_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a1c20ae7ee43bd06021cefee3050f9ca2fe7e9f067c7bdf1bdd6b53dfc533038_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:8d3cbcfe7dc3d7e8a3eb3b29fa6200dbf3d9cf3330ccbed1c1a078a5017b07a7_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:c6956ed3943f33674a897e501b65a36d6148a76a2d495101a0de205f06cabf9b_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:efdcd380cb47edfbb65c2c535e1206d3b5a3dde4689e1da79401d0edbabe9349_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:457dadf63904e569adc44f7803bc68ef48a91a14eda8d7ede6ff2f1b85d6c328_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5c283756969496f6ae2d6ce8c7757b982831fc2ddacaf7279d5f6b571af0d37b_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:c5dc4d1542df960599b8f22218ef38bb849a806cc1d46d6e45a1a10255e7c8d3_s390x",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:d117e6618f677d3e9c98a0fc3f6cc3a60361cfdbb33506c2607561c8a8c94eda_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0ee124e4d939ee19fb6e9111fca7c319e25e54189283d6f0741f0c5d268c2f41_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a468c30509ca31644eefd8f529b8a44f5f7491b0862e80189b53a29abac0c43_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1eea45ef55ccbf347341ee1b3a1bc796da7dcea9744f39d8fe996ef98be16860_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:6f5ba9a0ba19e976054f339f22f18a73c3faea22df2eea9f71eba3dc48b40563_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:b258b9bbd6c60f50f5efc54acb6b67ba1aa9d28aac8f148ebcc49f14d09f90a9_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:e0cb8f162b6437a6f58b6252b10c808a353f0117ecce309381870da7aa265059_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:0dc53400a4bda89712ff275e78a0c18d52f5e0cbfe6ba68e59d4f79e989b6bc2_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:239a8a479e05cdf4035ea8460d7a31cd3e4f148244f8b0f6f83997e992e319d3_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:d07a2e543f9d6fc673c89bba4ca4ef051dfc6c59a77868de9d8086ff9f923e88_arm64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:f4dc7ada5cd9c6e89a4fcc11f8386476db827f0946f986d49b1540029264b1ff_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:1bee145861954a0a4136b42ab4489fc6fd79c8f1b330f2fc39862cc0a46fc830_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:75ec57b5f25da941662411e6176b7ea0335f28cafd252d27fa7dda9fab991948_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:951bf1e86d6cf0b98221cd2ca570bad1713340dc471e2eb720aeb5e50bb05598_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:358960d56346472a6351d0e8d48bf9aafba868c65d96fc4113b468902bb58d2b_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:7f1dce9abb8db51a33e89536330f5100c15aeb15cc399ee5b1a0786dc5f22dab_s390x",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:a74bcf4fec0071f318e267640147dfc2b8f875b88b12f06bd9274d31184d6b02_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:bab9292348c97ea13be4ef8125107b6af68c16b862d9048589ed35cd883072f3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:c60272213c4184fd7ab0692259a66cb505bf224b6e6c0c08cec1ea8a02dcabbb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:f115dd4a134490d9191fb09d8d75436fe25d1234b7249375e625caf1ecd7d293_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:f2cf1c7f5f0f01735c5a6b5fd7933cebfeeb6705e72eb396c69f1f2073c59ec3_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:20df1088e79e9bd16ebf48751811440cd8667e3c9f92734608b6f06551339c0a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:4c8672467bc7700a7b35f8b96719123a43e4e37844317cab1e24d362711a60ec_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:ced8bc94fc45ece64cf315a6412557cab16e32140111e45ca169099ea18e98fd_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:163496946bbcba554c761cb1a7d51b37847016682b5e28d6e4fe6ddf0f80de79_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:92b7442ce15ff9d0c521269b456116ef84ad75385715c60a7d3c121fcd1f29f6_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d13b487c7fc20a394532ed4ef1a2ab29876a6178971277c39d378efaa4d1c2ec_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:74342c8b5a6475d8f4192963321504c0167d287a890ba1b2ea1a70497f1f5dbe_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:7b678bae7ef2cfc9ab23b95dc8d17ad0962e19095525107a1896afe0b233ae50_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d2344483504bf0da9153ee8eb552d00f37c16b8ca9adaedf8f76eaf58f931a79_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:39f4170fdda7f6c6d9a4fb52057a1181bfbd9d5bd0aaeba47057915daf8f5d33_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:42aac31311256868599022bceb0225ed8acedd1591ba55255122c954bd4346b4_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:9616a9be9307e7c7a7159e645c6b5b8909be4f23d1abc866b5e7d55ad2527af2_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f8c10ac336350424b46225e7e8ff5221075074c37063056e75d70e50b6fd4987_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:2cdbdf40501fcc356ad5681b7dd64ff734db0b64dbc6968ae464c78834814d98_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:7e2a8ed76d0d6a8eeb15da107f3feab2c05336379615d9c136804e9e6d1bfc12_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:8c98f31565bafa6d396af1f2d4e2b10078fb20420ee59969b17f70455611b90c_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:fa3034c9854491e3b4d49339b7e11c248edc8b77928d2deb4410ec891ae834e0_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:53ca31a31cbc5eb76697ff8b4e061ce154c75da75bb269fd27fbf4b725cfc809_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:6bedadb6458a45832d41e65799e1e28d23d5555a97929ec45e51c6b3e26644c2_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:b1ecb2d81cd162a1e78e50a287dc3df5b6d14bf5feb1c1c1cce629ba05aea2a8_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:6193c8b7c57c2f436d152faa46273777df16b7b73c982a5dc35c16755587b3fd_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:820c5a297ec0ebf76eac82c042e5195ab21e3e93ccd58e4e464229a597f3f28d_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:835e71c30e2eedae7eeadf695e800826a50310364f29edbb288385417e20c1ed_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:027d8968b71b031267da6e543baaaf2fcb20532aca623cb853ecc5e64e68af08_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:261cd55bf4de02d4ca8253d050cf6a05330d42a3a71649cfb574c664116f49dd_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:42c5ad8992906002d9f417b2f03bd46bd43d7ef96bf29d9281bd6684a83d83f2_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:e8c762314f9f999ad8d113b6814fc25412cee0ad102b51e059b9282bb9d7df75_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:2b6ac330ea876db86901b98f9ac1064c7ca21e3aba467c21dc570017d607f019_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:46cf77f7df2251085643694337d68b6169c23e51a7dc05181ad77b031134ec7e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:93b2febe6c5614c27286f6c7c49b445d310bfe55a345b27380fb4126067926bb_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:ecbf48f170244bb45337f0ee4757a0011cdf17bf56da49a4fc040d19fb3d54f5_ppc64le",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:635ba6d730df39baadee79858f9320596d9cc33db5efa5d62066987ef986e457_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:670eb396ad25bd23a65bbcc05a3049fb8327aa106682524e98907321d194b5ff_ppc64le",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:6a1986ff9493d7cab893ed4a7f486998c4afae8dcc527a218e070867a8474eef_amd64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:2b7c2749f0a18219dac1ef0532d734066d87003810be70b10c0e40905ed9ba77_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:2cceb3e2d023f40ab611f35b8c60dc5589f4353d7a5199cad4f09284e0d0deb4_amd64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:9ea2ef36fc9569622225e4b03f001cbd8cedd0dc6aa5684a2618056a7a5e4cde_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:c243ce3e35d5b53c0aef562cfd3172a4cd7bcf74c089c6da8a70f19887a5e85c_arm64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:123bff07768cf928393ee40fa479bc9bfab55397787c7ac8cd7ece79f4b0ed33_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:965ea4d68d1edaff4ebbc961d93639dbce32acf6223a24378f72d167445dab83_ppc64le",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:ec7b0b2e4590c387e764b9a8f9927ce379bb78ccd4e342fcaa73448f312935f7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:38c8500f955ad35dc1a724945f7ddfa159d2f725ead3d6a2af8f41edc77783dc_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:515dfb239cacdb0d4530780eea8eb769a5ae7176a0554fb445ee134250a2d96c_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:c83e5dd280e456c4ba90790d793d716fba85cdb3c45fcca6607ce1ed8d5b2542_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:040a4c7622f9a4408e8d209fb87885415e79bd421a45de2547cbee1d64265379_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:54ccae475c14e3329240e15f43414652a2b8f4a9ccba626bec835bc3b582d919_amd64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:aad670bf97788c301af437b9dbe28377a062cc4b5f74c3f1e60951b32cf5bdb2_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:e45ec88513685282a85811e44a673d3d69bc2355d1730bbd4ac6b139b394935b_s390x",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:2a51684ca0bbfa735fe89dac6f3ada1c078a00fa5722c4bc5f57e98f918e4122_s390x",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:2aa4235e804c11a16ac9ef945790134848493d6c68ec59818f036c5ce20d74a8_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:66e18662cae583fb5557c966b93476183813c1fd7fc07feb39f0ae212ae6c0f4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-03T05:09:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:acc3553f74e28e79aee4002f7f1bd274672b8ee86866fcf2a44b75666d499434_ppc64le",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d83fc3642d9bd3a4e4630e2dac4fb561c6f7f7e727349f6b7d1f6edfa30dabcf_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:f4f1ecc0a229b3c9e427282b7710afd888bea44b67fc5d3a6198da11e5725de9_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3560"
},
{
"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": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:acc3553f74e28e79aee4002f7f1bd274672b8ee86866fcf2a44b75666d499434_ppc64le",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d83fc3642d9bd3a4e4630e2dac4fb561c6f7f7e727349f6b7d1f6edfa30dabcf_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:f4f1ecc0a229b3c9e427282b7710afd888bea44b67fc5d3a6198da11e5725de9_amd64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:1ac748e433cb39c9bbd4e184ac960286462b0f7406f73d2945325a3c3c2e609a_amd64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:9dc4eef7e8cff11cfe839d7e2162c35837ad9cdc35110667d6c38e35953f64c6_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:a89ebda472f7f4b0fba51d050d944014592fb2ed6d14b8fbfce1ceed849e988f_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:f8466123c3d888a8bfacad9367e3192a99b889bb512c9e40d69c0b00b2148989_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0b9649ae85fb46bb0589923758be184056fe9ebd278aaced2d0d643d83718230_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:6ba1c8be2c7a4b2868711e5d602a794fc6f37a0b162e43a990e3f434cdf0044d_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:8797421d8b1de01b8f797b4f7d31bd741c2dfa612c5de01bd34fe957476b2e91_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a1c20ae7ee43bd06021cefee3050f9ca2fe7e9f067c7bdf1bdd6b53dfc533038_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:8d3cbcfe7dc3d7e8a3eb3b29fa6200dbf3d9cf3330ccbed1c1a078a5017b07a7_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:c6956ed3943f33674a897e501b65a36d6148a76a2d495101a0de205f06cabf9b_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:efdcd380cb47edfbb65c2c535e1206d3b5a3dde4689e1da79401d0edbabe9349_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:457dadf63904e569adc44f7803bc68ef48a91a14eda8d7ede6ff2f1b85d6c328_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5c283756969496f6ae2d6ce8c7757b982831fc2ddacaf7279d5f6b571af0d37b_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:c5dc4d1542df960599b8f22218ef38bb849a806cc1d46d6e45a1a10255e7c8d3_s390x",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:d117e6618f677d3e9c98a0fc3f6cc3a60361cfdbb33506c2607561c8a8c94eda_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0ee124e4d939ee19fb6e9111fca7c319e25e54189283d6f0741f0c5d268c2f41_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a468c30509ca31644eefd8f529b8a44f5f7491b0862e80189b53a29abac0c43_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1eea45ef55ccbf347341ee1b3a1bc796da7dcea9744f39d8fe996ef98be16860_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:6f5ba9a0ba19e976054f339f22f18a73c3faea22df2eea9f71eba3dc48b40563_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:b258b9bbd6c60f50f5efc54acb6b67ba1aa9d28aac8f148ebcc49f14d09f90a9_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:e0cb8f162b6437a6f58b6252b10c808a353f0117ecce309381870da7aa265059_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:0dc53400a4bda89712ff275e78a0c18d52f5e0cbfe6ba68e59d4f79e989b6bc2_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:239a8a479e05cdf4035ea8460d7a31cd3e4f148244f8b0f6f83997e992e319d3_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:d07a2e543f9d6fc673c89bba4ca4ef051dfc6c59a77868de9d8086ff9f923e88_arm64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:f4dc7ada5cd9c6e89a4fcc11f8386476db827f0946f986d49b1540029264b1ff_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:1bee145861954a0a4136b42ab4489fc6fd79c8f1b330f2fc39862cc0a46fc830_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:75ec57b5f25da941662411e6176b7ea0335f28cafd252d27fa7dda9fab991948_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:951bf1e86d6cf0b98221cd2ca570bad1713340dc471e2eb720aeb5e50bb05598_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:358960d56346472a6351d0e8d48bf9aafba868c65d96fc4113b468902bb58d2b_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:7f1dce9abb8db51a33e89536330f5100c15aeb15cc399ee5b1a0786dc5f22dab_s390x",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:a74bcf4fec0071f318e267640147dfc2b8f875b88b12f06bd9274d31184d6b02_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:bab9292348c97ea13be4ef8125107b6af68c16b862d9048589ed35cd883072f3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:c60272213c4184fd7ab0692259a66cb505bf224b6e6c0c08cec1ea8a02dcabbb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:f115dd4a134490d9191fb09d8d75436fe25d1234b7249375e625caf1ecd7d293_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:f2cf1c7f5f0f01735c5a6b5fd7933cebfeeb6705e72eb396c69f1f2073c59ec3_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:20df1088e79e9bd16ebf48751811440cd8667e3c9f92734608b6f06551339c0a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:4c8672467bc7700a7b35f8b96719123a43e4e37844317cab1e24d362711a60ec_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:ced8bc94fc45ece64cf315a6412557cab16e32140111e45ca169099ea18e98fd_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:163496946bbcba554c761cb1a7d51b37847016682b5e28d6e4fe6ddf0f80de79_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:92b7442ce15ff9d0c521269b456116ef84ad75385715c60a7d3c121fcd1f29f6_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d13b487c7fc20a394532ed4ef1a2ab29876a6178971277c39d378efaa4d1c2ec_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:74342c8b5a6475d8f4192963321504c0167d287a890ba1b2ea1a70497f1f5dbe_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:7b678bae7ef2cfc9ab23b95dc8d17ad0962e19095525107a1896afe0b233ae50_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d2344483504bf0da9153ee8eb552d00f37c16b8ca9adaedf8f76eaf58f931a79_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:39f4170fdda7f6c6d9a4fb52057a1181bfbd9d5bd0aaeba47057915daf8f5d33_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:42aac31311256868599022bceb0225ed8acedd1591ba55255122c954bd4346b4_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:9616a9be9307e7c7a7159e645c6b5b8909be4f23d1abc866b5e7d55ad2527af2_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f8c10ac336350424b46225e7e8ff5221075074c37063056e75d70e50b6fd4987_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:2cdbdf40501fcc356ad5681b7dd64ff734db0b64dbc6968ae464c78834814d98_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:7e2a8ed76d0d6a8eeb15da107f3feab2c05336379615d9c136804e9e6d1bfc12_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:8c98f31565bafa6d396af1f2d4e2b10078fb20420ee59969b17f70455611b90c_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:fa3034c9854491e3b4d49339b7e11c248edc8b77928d2deb4410ec891ae834e0_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:53ca31a31cbc5eb76697ff8b4e061ce154c75da75bb269fd27fbf4b725cfc809_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:6bedadb6458a45832d41e65799e1e28d23d5555a97929ec45e51c6b3e26644c2_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:b1ecb2d81cd162a1e78e50a287dc3df5b6d14bf5feb1c1c1cce629ba05aea2a8_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:6193c8b7c57c2f436d152faa46273777df16b7b73c982a5dc35c16755587b3fd_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:820c5a297ec0ebf76eac82c042e5195ab21e3e93ccd58e4e464229a597f3f28d_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:835e71c30e2eedae7eeadf695e800826a50310364f29edbb288385417e20c1ed_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:027d8968b71b031267da6e543baaaf2fcb20532aca623cb853ecc5e64e68af08_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:261cd55bf4de02d4ca8253d050cf6a05330d42a3a71649cfb574c664116f49dd_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:42c5ad8992906002d9f417b2f03bd46bd43d7ef96bf29d9281bd6684a83d83f2_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:e8c762314f9f999ad8d113b6814fc25412cee0ad102b51e059b9282bb9d7df75_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:2b6ac330ea876db86901b98f9ac1064c7ca21e3aba467c21dc570017d607f019_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:46cf77f7df2251085643694337d68b6169c23e51a7dc05181ad77b031134ec7e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:93b2febe6c5614c27286f6c7c49b445d310bfe55a345b27380fb4126067926bb_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:ecbf48f170244bb45337f0ee4757a0011cdf17bf56da49a4fc040d19fb3d54f5_ppc64le",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:635ba6d730df39baadee79858f9320596d9cc33db5efa5d62066987ef986e457_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:670eb396ad25bd23a65bbcc05a3049fb8327aa106682524e98907321d194b5ff_ppc64le",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:6a1986ff9493d7cab893ed4a7f486998c4afae8dcc527a218e070867a8474eef_amd64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:2b7c2749f0a18219dac1ef0532d734066d87003810be70b10c0e40905ed9ba77_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:2cceb3e2d023f40ab611f35b8c60dc5589f4353d7a5199cad4f09284e0d0deb4_amd64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:9ea2ef36fc9569622225e4b03f001cbd8cedd0dc6aa5684a2618056a7a5e4cde_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:c243ce3e35d5b53c0aef562cfd3172a4cd7bcf74c089c6da8a70f19887a5e85c_arm64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:123bff07768cf928393ee40fa479bc9bfab55397787c7ac8cd7ece79f4b0ed33_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:965ea4d68d1edaff4ebbc961d93639dbce32acf6223a24378f72d167445dab83_ppc64le",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:ec7b0b2e4590c387e764b9a8f9927ce379bb78ccd4e342fcaa73448f312935f7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:38c8500f955ad35dc1a724945f7ddfa159d2f725ead3d6a2af8f41edc77783dc_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:515dfb239cacdb0d4530780eea8eb769a5ae7176a0554fb445ee134250a2d96c_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:c83e5dd280e456c4ba90790d793d716fba85cdb3c45fcca6607ce1ed8d5b2542_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:040a4c7622f9a4408e8d209fb87885415e79bd421a45de2547cbee1d64265379_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:54ccae475c14e3329240e15f43414652a2b8f4a9ccba626bec835bc3b582d919_amd64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:aad670bf97788c301af437b9dbe28377a062cc4b5f74c3f1e60951b32cf5bdb2_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:e45ec88513685282a85811e44a673d3d69bc2355d1730bbd4ac6b139b394935b_s390x",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:2a51684ca0bbfa735fe89dac6f3ada1c078a00fa5722c4bc5f57e98f918e4122_s390x",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:2aa4235e804c11a16ac9ef945790134848493d6c68ec59818f036c5ce20d74a8_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:66e18662cae583fb5557c966b93476183813c1fd7fc07feb39f0ae212ae6c0f4_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:acc3553f74e28e79aee4002f7f1bd274672b8ee86866fcf2a44b75666d499434_ppc64le",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d83fc3642d9bd3a4e4630e2dac4fb561c6f7f7e727349f6b7d1f6edfa30dabcf_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:f4f1ecc0a229b3c9e427282b7710afd888bea44b67fc5d3a6198da11e5725de9_amd64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:1ac748e433cb39c9bbd4e184ac960286462b0f7406f73d2945325a3c3c2e609a_amd64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:9dc4eef7e8cff11cfe839d7e2162c35837ad9cdc35110667d6c38e35953f64c6_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:a89ebda472f7f4b0fba51d050d944014592fb2ed6d14b8fbfce1ceed849e988f_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:f8466123c3d888a8bfacad9367e3192a99b889bb512c9e40d69c0b00b2148989_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0b9649ae85fb46bb0589923758be184056fe9ebd278aaced2d0d643d83718230_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:6ba1c8be2c7a4b2868711e5d602a794fc6f37a0b162e43a990e3f434cdf0044d_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:8797421d8b1de01b8f797b4f7d31bd741c2dfa612c5de01bd34fe957476b2e91_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a1c20ae7ee43bd06021cefee3050f9ca2fe7e9f067c7bdf1bdd6b53dfc533038_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:8d3cbcfe7dc3d7e8a3eb3b29fa6200dbf3d9cf3330ccbed1c1a078a5017b07a7_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:c6956ed3943f33674a897e501b65a36d6148a76a2d495101a0de205f06cabf9b_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:efdcd380cb47edfbb65c2c535e1206d3b5a3dde4689e1da79401d0edbabe9349_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:457dadf63904e569adc44f7803bc68ef48a91a14eda8d7ede6ff2f1b85d6c328_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5c283756969496f6ae2d6ce8c7757b982831fc2ddacaf7279d5f6b571af0d37b_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:c5dc4d1542df960599b8f22218ef38bb849a806cc1d46d6e45a1a10255e7c8d3_s390x",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:d117e6618f677d3e9c98a0fc3f6cc3a60361cfdbb33506c2607561c8a8c94eda_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0ee124e4d939ee19fb6e9111fca7c319e25e54189283d6f0741f0c5d268c2f41_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a468c30509ca31644eefd8f529b8a44f5f7491b0862e80189b53a29abac0c43_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1eea45ef55ccbf347341ee1b3a1bc796da7dcea9744f39d8fe996ef98be16860_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:6f5ba9a0ba19e976054f339f22f18a73c3faea22df2eea9f71eba3dc48b40563_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:b258b9bbd6c60f50f5efc54acb6b67ba1aa9d28aac8f148ebcc49f14d09f90a9_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:e0cb8f162b6437a6f58b6252b10c808a353f0117ecce309381870da7aa265059_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:0dc53400a4bda89712ff275e78a0c18d52f5e0cbfe6ba68e59d4f79e989b6bc2_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:239a8a479e05cdf4035ea8460d7a31cd3e4f148244f8b0f6f83997e992e319d3_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:d07a2e543f9d6fc673c89bba4ca4ef051dfc6c59a77868de9d8086ff9f923e88_arm64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:f4dc7ada5cd9c6e89a4fcc11f8386476db827f0946f986d49b1540029264b1ff_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:1bee145861954a0a4136b42ab4489fc6fd79c8f1b330f2fc39862cc0a46fc830_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:75ec57b5f25da941662411e6176b7ea0335f28cafd252d27fa7dda9fab991948_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:951bf1e86d6cf0b98221cd2ca570bad1713340dc471e2eb720aeb5e50bb05598_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:358960d56346472a6351d0e8d48bf9aafba868c65d96fc4113b468902bb58d2b_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:7f1dce9abb8db51a33e89536330f5100c15aeb15cc399ee5b1a0786dc5f22dab_s390x",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:a74bcf4fec0071f318e267640147dfc2b8f875b88b12f06bd9274d31184d6b02_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:bab9292348c97ea13be4ef8125107b6af68c16b862d9048589ed35cd883072f3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:c60272213c4184fd7ab0692259a66cb505bf224b6e6c0c08cec1ea8a02dcabbb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:f115dd4a134490d9191fb09d8d75436fe25d1234b7249375e625caf1ecd7d293_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:f2cf1c7f5f0f01735c5a6b5fd7933cebfeeb6705e72eb396c69f1f2073c59ec3_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:20df1088e79e9bd16ebf48751811440cd8667e3c9f92734608b6f06551339c0a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:4c8672467bc7700a7b35f8b96719123a43e4e37844317cab1e24d362711a60ec_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:ced8bc94fc45ece64cf315a6412557cab16e32140111e45ca169099ea18e98fd_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:163496946bbcba554c761cb1a7d51b37847016682b5e28d6e4fe6ddf0f80de79_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:92b7442ce15ff9d0c521269b456116ef84ad75385715c60a7d3c121fcd1f29f6_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d13b487c7fc20a394532ed4ef1a2ab29876a6178971277c39d378efaa4d1c2ec_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:74342c8b5a6475d8f4192963321504c0167d287a890ba1b2ea1a70497f1f5dbe_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:7b678bae7ef2cfc9ab23b95dc8d17ad0962e19095525107a1896afe0b233ae50_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d2344483504bf0da9153ee8eb552d00f37c16b8ca9adaedf8f76eaf58f931a79_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:39f4170fdda7f6c6d9a4fb52057a1181bfbd9d5bd0aaeba47057915daf8f5d33_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:42aac31311256868599022bceb0225ed8acedd1591ba55255122c954bd4346b4_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:9616a9be9307e7c7a7159e645c6b5b8909be4f23d1abc866b5e7d55ad2527af2_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f8c10ac336350424b46225e7e8ff5221075074c37063056e75d70e50b6fd4987_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:2cdbdf40501fcc356ad5681b7dd64ff734db0b64dbc6968ae464c78834814d98_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:7e2a8ed76d0d6a8eeb15da107f3feab2c05336379615d9c136804e9e6d1bfc12_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:8c98f31565bafa6d396af1f2d4e2b10078fb20420ee59969b17f70455611b90c_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:fa3034c9854491e3b4d49339b7e11c248edc8b77928d2deb4410ec891ae834e0_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:53ca31a31cbc5eb76697ff8b4e061ce154c75da75bb269fd27fbf4b725cfc809_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:6bedadb6458a45832d41e65799e1e28d23d5555a97929ec45e51c6b3e26644c2_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:b1ecb2d81cd162a1e78e50a287dc3df5b6d14bf5feb1c1c1cce629ba05aea2a8_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:6193c8b7c57c2f436d152faa46273777df16b7b73c982a5dc35c16755587b3fd_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:820c5a297ec0ebf76eac82c042e5195ab21e3e93ccd58e4e464229a597f3f28d_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:835e71c30e2eedae7eeadf695e800826a50310364f29edbb288385417e20c1ed_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:027d8968b71b031267da6e543baaaf2fcb20532aca623cb853ecc5e64e68af08_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:261cd55bf4de02d4ca8253d050cf6a05330d42a3a71649cfb574c664116f49dd_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:42c5ad8992906002d9f417b2f03bd46bd43d7ef96bf29d9281bd6684a83d83f2_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:e8c762314f9f999ad8d113b6814fc25412cee0ad102b51e059b9282bb9d7df75_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:2b6ac330ea876db86901b98f9ac1064c7ca21e3aba467c21dc570017d607f019_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:46cf77f7df2251085643694337d68b6169c23e51a7dc05181ad77b031134ec7e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:93b2febe6c5614c27286f6c7c49b445d310bfe55a345b27380fb4126067926bb_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:ecbf48f170244bb45337f0ee4757a0011cdf17bf56da49a4fc040d19fb3d54f5_ppc64le",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:635ba6d730df39baadee79858f9320596d9cc33db5efa5d62066987ef986e457_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:670eb396ad25bd23a65bbcc05a3049fb8327aa106682524e98907321d194b5ff_ppc64le",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:6a1986ff9493d7cab893ed4a7f486998c4afae8dcc527a218e070867a8474eef_amd64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:2b7c2749f0a18219dac1ef0532d734066d87003810be70b10c0e40905ed9ba77_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:2cceb3e2d023f40ab611f35b8c60dc5589f4353d7a5199cad4f09284e0d0deb4_amd64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:9ea2ef36fc9569622225e4b03f001cbd8cedd0dc6aa5684a2618056a7a5e4cde_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:c243ce3e35d5b53c0aef562cfd3172a4cd7bcf74c089c6da8a70f19887a5e85c_arm64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:123bff07768cf928393ee40fa479bc9bfab55397787c7ac8cd7ece79f4b0ed33_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:965ea4d68d1edaff4ebbc961d93639dbce32acf6223a24378f72d167445dab83_ppc64le",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:ec7b0b2e4590c387e764b9a8f9927ce379bb78ccd4e342fcaa73448f312935f7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:38c8500f955ad35dc1a724945f7ddfa159d2f725ead3d6a2af8f41edc77783dc_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:515dfb239cacdb0d4530780eea8eb769a5ae7176a0554fb445ee134250a2d96c_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:c83e5dd280e456c4ba90790d793d716fba85cdb3c45fcca6607ce1ed8d5b2542_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:040a4c7622f9a4408e8d209fb87885415e79bd421a45de2547cbee1d64265379_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:54ccae475c14e3329240e15f43414652a2b8f4a9ccba626bec835bc3b582d919_amd64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:aad670bf97788c301af437b9dbe28377a062cc4b5f74c3f1e60951b32cf5bdb2_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:e45ec88513685282a85811e44a673d3d69bc2355d1730bbd4ac6b139b394935b_s390x",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:2a51684ca0bbfa735fe89dac6f3ada1c078a00fa5722c4bc5f57e98f918e4122_s390x",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:2aa4235e804c11a16ac9ef945790134848493d6c68ec59818f036c5ce20d74a8_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:66e18662cae583fb5557c966b93476183813c1fd7fc07feb39f0ae212ae6c0f4_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:1ac748e433cb39c9bbd4e184ac960286462b0f7406f73d2945325a3c3c2e609a_amd64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:9dc4eef7e8cff11cfe839d7e2162c35837ad9cdc35110667d6c38e35953f64c6_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:a89ebda472f7f4b0fba51d050d944014592fb2ed6d14b8fbfce1ceed849e988f_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:f8466123c3d888a8bfacad9367e3192a99b889bb512c9e40d69c0b00b2148989_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0b9649ae85fb46bb0589923758be184056fe9ebd278aaced2d0d643d83718230_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:6ba1c8be2c7a4b2868711e5d602a794fc6f37a0b162e43a990e3f434cdf0044d_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:8797421d8b1de01b8f797b4f7d31bd741c2dfa612c5de01bd34fe957476b2e91_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a1c20ae7ee43bd06021cefee3050f9ca2fe7e9f067c7bdf1bdd6b53dfc533038_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:8d3cbcfe7dc3d7e8a3eb3b29fa6200dbf3d9cf3330ccbed1c1a078a5017b07a7_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:c6956ed3943f33674a897e501b65a36d6148a76a2d495101a0de205f06cabf9b_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:efdcd380cb47edfbb65c2c535e1206d3b5a3dde4689e1da79401d0edbabe9349_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0ee124e4d939ee19fb6e9111fca7c319e25e54189283d6f0741f0c5d268c2f41_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a468c30509ca31644eefd8f529b8a44f5f7491b0862e80189b53a29abac0c43_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1eea45ef55ccbf347341ee1b3a1bc796da7dcea9744f39d8fe996ef98be16860_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:6f5ba9a0ba19e976054f339f22f18a73c3faea22df2eea9f71eba3dc48b40563_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:b258b9bbd6c60f50f5efc54acb6b67ba1aa9d28aac8f148ebcc49f14d09f90a9_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:e0cb8f162b6437a6f58b6252b10c808a353f0117ecce309381870da7aa265059_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:0dc53400a4bda89712ff275e78a0c18d52f5e0cbfe6ba68e59d4f79e989b6bc2_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:239a8a479e05cdf4035ea8460d7a31cd3e4f148244f8b0f6f83997e992e319d3_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:d07a2e543f9d6fc673c89bba4ca4ef051dfc6c59a77868de9d8086ff9f923e88_arm64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:f4dc7ada5cd9c6e89a4fcc11f8386476db827f0946f986d49b1540029264b1ff_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:1bee145861954a0a4136b42ab4489fc6fd79c8f1b330f2fc39862cc0a46fc830_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:75ec57b5f25da941662411e6176b7ea0335f28cafd252d27fa7dda9fab991948_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:951bf1e86d6cf0b98221cd2ca570bad1713340dc471e2eb720aeb5e50bb05598_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:358960d56346472a6351d0e8d48bf9aafba868c65d96fc4113b468902bb58d2b_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:7f1dce9abb8db51a33e89536330f5100c15aeb15cc399ee5b1a0786dc5f22dab_s390x",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:a74bcf4fec0071f318e267640147dfc2b8f875b88b12f06bd9274d31184d6b02_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:bab9292348c97ea13be4ef8125107b6af68c16b862d9048589ed35cd883072f3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:c60272213c4184fd7ab0692259a66cb505bf224b6e6c0c08cec1ea8a02dcabbb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:f115dd4a134490d9191fb09d8d75436fe25d1234b7249375e625caf1ecd7d293_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:f2cf1c7f5f0f01735c5a6b5fd7933cebfeeb6705e72eb396c69f1f2073c59ec3_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:20df1088e79e9bd16ebf48751811440cd8667e3c9f92734608b6f06551339c0a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:4c8672467bc7700a7b35f8b96719123a43e4e37844317cab1e24d362711a60ec_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:ced8bc94fc45ece64cf315a6412557cab16e32140111e45ca169099ea18e98fd_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:163496946bbcba554c761cb1a7d51b37847016682b5e28d6e4fe6ddf0f80de79_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:92b7442ce15ff9d0c521269b456116ef84ad75385715c60a7d3c121fcd1f29f6_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d13b487c7fc20a394532ed4ef1a2ab29876a6178971277c39d378efaa4d1c2ec_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:74342c8b5a6475d8f4192963321504c0167d287a890ba1b2ea1a70497f1f5dbe_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:7b678bae7ef2cfc9ab23b95dc8d17ad0962e19095525107a1896afe0b233ae50_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d2344483504bf0da9153ee8eb552d00f37c16b8ca9adaedf8f76eaf58f931a79_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:39f4170fdda7f6c6d9a4fb52057a1181bfbd9d5bd0aaeba47057915daf8f5d33_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:42aac31311256868599022bceb0225ed8acedd1591ba55255122c954bd4346b4_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:9616a9be9307e7c7a7159e645c6b5b8909be4f23d1abc866b5e7d55ad2527af2_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f8c10ac336350424b46225e7e8ff5221075074c37063056e75d70e50b6fd4987_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:2cdbdf40501fcc356ad5681b7dd64ff734db0b64dbc6968ae464c78834814d98_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:7e2a8ed76d0d6a8eeb15da107f3feab2c05336379615d9c136804e9e6d1bfc12_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:8c98f31565bafa6d396af1f2d4e2b10078fb20420ee59969b17f70455611b90c_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:fa3034c9854491e3b4d49339b7e11c248edc8b77928d2deb4410ec891ae834e0_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:53ca31a31cbc5eb76697ff8b4e061ce154c75da75bb269fd27fbf4b725cfc809_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:6bedadb6458a45832d41e65799e1e28d23d5555a97929ec45e51c6b3e26644c2_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:b1ecb2d81cd162a1e78e50a287dc3df5b6d14bf5feb1c1c1cce629ba05aea2a8_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:6193c8b7c57c2f436d152faa46273777df16b7b73c982a5dc35c16755587b3fd_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:820c5a297ec0ebf76eac82c042e5195ab21e3e93ccd58e4e464229a597f3f28d_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:835e71c30e2eedae7eeadf695e800826a50310364f29edbb288385417e20c1ed_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:027d8968b71b031267da6e543baaaf2fcb20532aca623cb853ecc5e64e68af08_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:261cd55bf4de02d4ca8253d050cf6a05330d42a3a71649cfb574c664116f49dd_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:42c5ad8992906002d9f417b2f03bd46bd43d7ef96bf29d9281bd6684a83d83f2_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:e8c762314f9f999ad8d113b6814fc25412cee0ad102b51e059b9282bb9d7df75_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:2b6ac330ea876db86901b98f9ac1064c7ca21e3aba467c21dc570017d607f019_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:46cf77f7df2251085643694337d68b6169c23e51a7dc05181ad77b031134ec7e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:93b2febe6c5614c27286f6c7c49b445d310bfe55a345b27380fb4126067926bb_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:ecbf48f170244bb45337f0ee4757a0011cdf17bf56da49a4fc040d19fb3d54f5_ppc64le",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:635ba6d730df39baadee79858f9320596d9cc33db5efa5d62066987ef986e457_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:670eb396ad25bd23a65bbcc05a3049fb8327aa106682524e98907321d194b5ff_ppc64le",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:6a1986ff9493d7cab893ed4a7f486998c4afae8dcc527a218e070867a8474eef_amd64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:2b7c2749f0a18219dac1ef0532d734066d87003810be70b10c0e40905ed9ba77_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:2cceb3e2d023f40ab611f35b8c60dc5589f4353d7a5199cad4f09284e0d0deb4_amd64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:9ea2ef36fc9569622225e4b03f001cbd8cedd0dc6aa5684a2618056a7a5e4cde_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:c243ce3e35d5b53c0aef562cfd3172a4cd7bcf74c089c6da8a70f19887a5e85c_arm64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:123bff07768cf928393ee40fa479bc9bfab55397787c7ac8cd7ece79f4b0ed33_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:965ea4d68d1edaff4ebbc961d93639dbce32acf6223a24378f72d167445dab83_ppc64le",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:ec7b0b2e4590c387e764b9a8f9927ce379bb78ccd4e342fcaa73448f312935f7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:38c8500f955ad35dc1a724945f7ddfa159d2f725ead3d6a2af8f41edc77783dc_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:515dfb239cacdb0d4530780eea8eb769a5ae7176a0554fb445ee134250a2d96c_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:c83e5dd280e456c4ba90790d793d716fba85cdb3c45fcca6607ce1ed8d5b2542_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:040a4c7622f9a4408e8d209fb87885415e79bd421a45de2547cbee1d64265379_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:54ccae475c14e3329240e15f43414652a2b8f4a9ccba626bec835bc3b582d919_amd64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:aad670bf97788c301af437b9dbe28377a062cc4b5f74c3f1e60951b32cf5bdb2_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:e45ec88513685282a85811e44a673d3d69bc2355d1730bbd4ac6b139b394935b_s390x",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:2a51684ca0bbfa735fe89dac6f3ada1c078a00fa5722c4bc5f57e98f918e4122_s390x",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:2aa4235e804c11a16ac9ef945790134848493d6c68ec59818f036c5ce20d74a8_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:66e18662cae583fb5557c966b93476183813c1fd7fc07feb39f0ae212ae6c0f4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:acc3553f74e28e79aee4002f7f1bd274672b8ee86866fcf2a44b75666d499434_ppc64le",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d83fc3642d9bd3a4e4630e2dac4fb561c6f7f7e727349f6b7d1f6edfa30dabcf_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:f4f1ecc0a229b3c9e427282b7710afd888bea44b67fc5d3a6198da11e5725de9_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:457dadf63904e569adc44f7803bc68ef48a91a14eda8d7ede6ff2f1b85d6c328_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5c283756969496f6ae2d6ce8c7757b982831fc2ddacaf7279d5f6b571af0d37b_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:c5dc4d1542df960599b8f22218ef38bb849a806cc1d46d6e45a1a10255e7c8d3_s390x",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:d117e6618f677d3e9c98a0fc3f6cc3a60361cfdbb33506c2607561c8a8c94eda_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:1ac748e433cb39c9bbd4e184ac960286462b0f7406f73d2945325a3c3c2e609a_amd64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:9dc4eef7e8cff11cfe839d7e2162c35837ad9cdc35110667d6c38e35953f64c6_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:a89ebda472f7f4b0fba51d050d944014592fb2ed6d14b8fbfce1ceed849e988f_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:f8466123c3d888a8bfacad9367e3192a99b889bb512c9e40d69c0b00b2148989_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0b9649ae85fb46bb0589923758be184056fe9ebd278aaced2d0d643d83718230_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:6ba1c8be2c7a4b2868711e5d602a794fc6f37a0b162e43a990e3f434cdf0044d_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:8797421d8b1de01b8f797b4f7d31bd741c2dfa612c5de01bd34fe957476b2e91_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a1c20ae7ee43bd06021cefee3050f9ca2fe7e9f067c7bdf1bdd6b53dfc533038_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:8d3cbcfe7dc3d7e8a3eb3b29fa6200dbf3d9cf3330ccbed1c1a078a5017b07a7_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:c6956ed3943f33674a897e501b65a36d6148a76a2d495101a0de205f06cabf9b_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:efdcd380cb47edfbb65c2c535e1206d3b5a3dde4689e1da79401d0edbabe9349_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0ee124e4d939ee19fb6e9111fca7c319e25e54189283d6f0741f0c5d268c2f41_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a468c30509ca31644eefd8f529b8a44f5f7491b0862e80189b53a29abac0c43_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1eea45ef55ccbf347341ee1b3a1bc796da7dcea9744f39d8fe996ef98be16860_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:6f5ba9a0ba19e976054f339f22f18a73c3faea22df2eea9f71eba3dc48b40563_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:b258b9bbd6c60f50f5efc54acb6b67ba1aa9d28aac8f148ebcc49f14d09f90a9_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:e0cb8f162b6437a6f58b6252b10c808a353f0117ecce309381870da7aa265059_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:0dc53400a4bda89712ff275e78a0c18d52f5e0cbfe6ba68e59d4f79e989b6bc2_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:239a8a479e05cdf4035ea8460d7a31cd3e4f148244f8b0f6f83997e992e319d3_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:d07a2e543f9d6fc673c89bba4ca4ef051dfc6c59a77868de9d8086ff9f923e88_arm64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:f4dc7ada5cd9c6e89a4fcc11f8386476db827f0946f986d49b1540029264b1ff_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:1bee145861954a0a4136b42ab4489fc6fd79c8f1b330f2fc39862cc0a46fc830_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:75ec57b5f25da941662411e6176b7ea0335f28cafd252d27fa7dda9fab991948_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:951bf1e86d6cf0b98221cd2ca570bad1713340dc471e2eb720aeb5e50bb05598_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:358960d56346472a6351d0e8d48bf9aafba868c65d96fc4113b468902bb58d2b_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:7f1dce9abb8db51a33e89536330f5100c15aeb15cc399ee5b1a0786dc5f22dab_s390x",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:a74bcf4fec0071f318e267640147dfc2b8f875b88b12f06bd9274d31184d6b02_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:bab9292348c97ea13be4ef8125107b6af68c16b862d9048589ed35cd883072f3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:c60272213c4184fd7ab0692259a66cb505bf224b6e6c0c08cec1ea8a02dcabbb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:f115dd4a134490d9191fb09d8d75436fe25d1234b7249375e625caf1ecd7d293_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:f2cf1c7f5f0f01735c5a6b5fd7933cebfeeb6705e72eb396c69f1f2073c59ec3_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:20df1088e79e9bd16ebf48751811440cd8667e3c9f92734608b6f06551339c0a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:4c8672467bc7700a7b35f8b96719123a43e4e37844317cab1e24d362711a60ec_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:ced8bc94fc45ece64cf315a6412557cab16e32140111e45ca169099ea18e98fd_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:163496946bbcba554c761cb1a7d51b37847016682b5e28d6e4fe6ddf0f80de79_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:92b7442ce15ff9d0c521269b456116ef84ad75385715c60a7d3c121fcd1f29f6_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d13b487c7fc20a394532ed4ef1a2ab29876a6178971277c39d378efaa4d1c2ec_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:74342c8b5a6475d8f4192963321504c0167d287a890ba1b2ea1a70497f1f5dbe_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:7b678bae7ef2cfc9ab23b95dc8d17ad0962e19095525107a1896afe0b233ae50_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d2344483504bf0da9153ee8eb552d00f37c16b8ca9adaedf8f76eaf58f931a79_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:39f4170fdda7f6c6d9a4fb52057a1181bfbd9d5bd0aaeba47057915daf8f5d33_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:42aac31311256868599022bceb0225ed8acedd1591ba55255122c954bd4346b4_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:9616a9be9307e7c7a7159e645c6b5b8909be4f23d1abc866b5e7d55ad2527af2_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f8c10ac336350424b46225e7e8ff5221075074c37063056e75d70e50b6fd4987_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:2cdbdf40501fcc356ad5681b7dd64ff734db0b64dbc6968ae464c78834814d98_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:7e2a8ed76d0d6a8eeb15da107f3feab2c05336379615d9c136804e9e6d1bfc12_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:8c98f31565bafa6d396af1f2d4e2b10078fb20420ee59969b17f70455611b90c_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:fa3034c9854491e3b4d49339b7e11c248edc8b77928d2deb4410ec891ae834e0_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:53ca31a31cbc5eb76697ff8b4e061ce154c75da75bb269fd27fbf4b725cfc809_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:6bedadb6458a45832d41e65799e1e28d23d5555a97929ec45e51c6b3e26644c2_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:b1ecb2d81cd162a1e78e50a287dc3df5b6d14bf5feb1c1c1cce629ba05aea2a8_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:6193c8b7c57c2f436d152faa46273777df16b7b73c982a5dc35c16755587b3fd_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:820c5a297ec0ebf76eac82c042e5195ab21e3e93ccd58e4e464229a597f3f28d_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:835e71c30e2eedae7eeadf695e800826a50310364f29edbb288385417e20c1ed_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:027d8968b71b031267da6e543baaaf2fcb20532aca623cb853ecc5e64e68af08_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:261cd55bf4de02d4ca8253d050cf6a05330d42a3a71649cfb574c664116f49dd_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:42c5ad8992906002d9f417b2f03bd46bd43d7ef96bf29d9281bd6684a83d83f2_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:e8c762314f9f999ad8d113b6814fc25412cee0ad102b51e059b9282bb9d7df75_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:2b6ac330ea876db86901b98f9ac1064c7ca21e3aba467c21dc570017d607f019_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:46cf77f7df2251085643694337d68b6169c23e51a7dc05181ad77b031134ec7e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:93b2febe6c5614c27286f6c7c49b445d310bfe55a345b27380fb4126067926bb_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:ecbf48f170244bb45337f0ee4757a0011cdf17bf56da49a4fc040d19fb3d54f5_ppc64le",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:635ba6d730df39baadee79858f9320596d9cc33db5efa5d62066987ef986e457_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:670eb396ad25bd23a65bbcc05a3049fb8327aa106682524e98907321d194b5ff_ppc64le",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:6a1986ff9493d7cab893ed4a7f486998c4afae8dcc527a218e070867a8474eef_amd64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:2b7c2749f0a18219dac1ef0532d734066d87003810be70b10c0e40905ed9ba77_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:2cceb3e2d023f40ab611f35b8c60dc5589f4353d7a5199cad4f09284e0d0deb4_amd64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:9ea2ef36fc9569622225e4b03f001cbd8cedd0dc6aa5684a2618056a7a5e4cde_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:c243ce3e35d5b53c0aef562cfd3172a4cd7bcf74c089c6da8a70f19887a5e85c_arm64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:123bff07768cf928393ee40fa479bc9bfab55397787c7ac8cd7ece79f4b0ed33_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:965ea4d68d1edaff4ebbc961d93639dbce32acf6223a24378f72d167445dab83_ppc64le",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:ec7b0b2e4590c387e764b9a8f9927ce379bb78ccd4e342fcaa73448f312935f7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:38c8500f955ad35dc1a724945f7ddfa159d2f725ead3d6a2af8f41edc77783dc_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:515dfb239cacdb0d4530780eea8eb769a5ae7176a0554fb445ee134250a2d96c_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:c83e5dd280e456c4ba90790d793d716fba85cdb3c45fcca6607ce1ed8d5b2542_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:040a4c7622f9a4408e8d209fb87885415e79bd421a45de2547cbee1d64265379_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:54ccae475c14e3329240e15f43414652a2b8f4a9ccba626bec835bc3b582d919_amd64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:aad670bf97788c301af437b9dbe28377a062cc4b5f74c3f1e60951b32cf5bdb2_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:e45ec88513685282a85811e44a673d3d69bc2355d1730bbd4ac6b139b394935b_s390x",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:2a51684ca0bbfa735fe89dac6f3ada1c078a00fa5722c4bc5f57e98f918e4122_s390x",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:2aa4235e804c11a16ac9ef945790134848493d6c68ec59818f036c5ce20d74a8_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:66e18662cae583fb5557c966b93476183813c1fd7fc07feb39f0ae212ae6c0f4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-03T05:09:02+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:acc3553f74e28e79aee4002f7f1bd274672b8ee86866fcf2a44b75666d499434_ppc64le",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d83fc3642d9bd3a4e4630e2dac4fb561c6f7f7e727349f6b7d1f6edfa30dabcf_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:f4f1ecc0a229b3c9e427282b7710afd888bea44b67fc5d3a6198da11e5725de9_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:457dadf63904e569adc44f7803bc68ef48a91a14eda8d7ede6ff2f1b85d6c328_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5c283756969496f6ae2d6ce8c7757b982831fc2ddacaf7279d5f6b571af0d37b_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:c5dc4d1542df960599b8f22218ef38bb849a806cc1d46d6e45a1a10255e7c8d3_s390x",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:d117e6618f677d3e9c98a0fc3f6cc3a60361cfdbb33506c2607561c8a8c94eda_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3560"
}
],
"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": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:acc3553f74e28e79aee4002f7f1bd274672b8ee86866fcf2a44b75666d499434_ppc64le",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d83fc3642d9bd3a4e4630e2dac4fb561c6f7f7e727349f6b7d1f6edfa30dabcf_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:f4f1ecc0a229b3c9e427282b7710afd888bea44b67fc5d3a6198da11e5725de9_amd64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:1ac748e433cb39c9bbd4e184ac960286462b0f7406f73d2945325a3c3c2e609a_amd64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:9dc4eef7e8cff11cfe839d7e2162c35837ad9cdc35110667d6c38e35953f64c6_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:a89ebda472f7f4b0fba51d050d944014592fb2ed6d14b8fbfce1ceed849e988f_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:f8466123c3d888a8bfacad9367e3192a99b889bb512c9e40d69c0b00b2148989_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0b9649ae85fb46bb0589923758be184056fe9ebd278aaced2d0d643d83718230_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:6ba1c8be2c7a4b2868711e5d602a794fc6f37a0b162e43a990e3f434cdf0044d_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:8797421d8b1de01b8f797b4f7d31bd741c2dfa612c5de01bd34fe957476b2e91_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a1c20ae7ee43bd06021cefee3050f9ca2fe7e9f067c7bdf1bdd6b53dfc533038_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:8d3cbcfe7dc3d7e8a3eb3b29fa6200dbf3d9cf3330ccbed1c1a078a5017b07a7_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:c6956ed3943f33674a897e501b65a36d6148a76a2d495101a0de205f06cabf9b_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:efdcd380cb47edfbb65c2c535e1206d3b5a3dde4689e1da79401d0edbabe9349_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:457dadf63904e569adc44f7803bc68ef48a91a14eda8d7ede6ff2f1b85d6c328_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5c283756969496f6ae2d6ce8c7757b982831fc2ddacaf7279d5f6b571af0d37b_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:c5dc4d1542df960599b8f22218ef38bb849a806cc1d46d6e45a1a10255e7c8d3_s390x",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:d117e6618f677d3e9c98a0fc3f6cc3a60361cfdbb33506c2607561c8a8c94eda_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0ee124e4d939ee19fb6e9111fca7c319e25e54189283d6f0741f0c5d268c2f41_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a468c30509ca31644eefd8f529b8a44f5f7491b0862e80189b53a29abac0c43_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1eea45ef55ccbf347341ee1b3a1bc796da7dcea9744f39d8fe996ef98be16860_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:6f5ba9a0ba19e976054f339f22f18a73c3faea22df2eea9f71eba3dc48b40563_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:b258b9bbd6c60f50f5efc54acb6b67ba1aa9d28aac8f148ebcc49f14d09f90a9_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:e0cb8f162b6437a6f58b6252b10c808a353f0117ecce309381870da7aa265059_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:0dc53400a4bda89712ff275e78a0c18d52f5e0cbfe6ba68e59d4f79e989b6bc2_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:239a8a479e05cdf4035ea8460d7a31cd3e4f148244f8b0f6f83997e992e319d3_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:d07a2e543f9d6fc673c89bba4ca4ef051dfc6c59a77868de9d8086ff9f923e88_arm64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:f4dc7ada5cd9c6e89a4fcc11f8386476db827f0946f986d49b1540029264b1ff_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:1bee145861954a0a4136b42ab4489fc6fd79c8f1b330f2fc39862cc0a46fc830_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:75ec57b5f25da941662411e6176b7ea0335f28cafd252d27fa7dda9fab991948_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:951bf1e86d6cf0b98221cd2ca570bad1713340dc471e2eb720aeb5e50bb05598_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:358960d56346472a6351d0e8d48bf9aafba868c65d96fc4113b468902bb58d2b_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:7f1dce9abb8db51a33e89536330f5100c15aeb15cc399ee5b1a0786dc5f22dab_s390x",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:a74bcf4fec0071f318e267640147dfc2b8f875b88b12f06bd9274d31184d6b02_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:bab9292348c97ea13be4ef8125107b6af68c16b862d9048589ed35cd883072f3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:c60272213c4184fd7ab0692259a66cb505bf224b6e6c0c08cec1ea8a02dcabbb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:f115dd4a134490d9191fb09d8d75436fe25d1234b7249375e625caf1ecd7d293_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:f2cf1c7f5f0f01735c5a6b5fd7933cebfeeb6705e72eb396c69f1f2073c59ec3_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:20df1088e79e9bd16ebf48751811440cd8667e3c9f92734608b6f06551339c0a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:4c8672467bc7700a7b35f8b96719123a43e4e37844317cab1e24d362711a60ec_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:ced8bc94fc45ece64cf315a6412557cab16e32140111e45ca169099ea18e98fd_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:163496946bbcba554c761cb1a7d51b37847016682b5e28d6e4fe6ddf0f80de79_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:92b7442ce15ff9d0c521269b456116ef84ad75385715c60a7d3c121fcd1f29f6_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d13b487c7fc20a394532ed4ef1a2ab29876a6178971277c39d378efaa4d1c2ec_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:74342c8b5a6475d8f4192963321504c0167d287a890ba1b2ea1a70497f1f5dbe_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:7b678bae7ef2cfc9ab23b95dc8d17ad0962e19095525107a1896afe0b233ae50_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d2344483504bf0da9153ee8eb552d00f37c16b8ca9adaedf8f76eaf58f931a79_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:39f4170fdda7f6c6d9a4fb52057a1181bfbd9d5bd0aaeba47057915daf8f5d33_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:42aac31311256868599022bceb0225ed8acedd1591ba55255122c954bd4346b4_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:9616a9be9307e7c7a7159e645c6b5b8909be4f23d1abc866b5e7d55ad2527af2_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f8c10ac336350424b46225e7e8ff5221075074c37063056e75d70e50b6fd4987_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:2cdbdf40501fcc356ad5681b7dd64ff734db0b64dbc6968ae464c78834814d98_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:7e2a8ed76d0d6a8eeb15da107f3feab2c05336379615d9c136804e9e6d1bfc12_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:8c98f31565bafa6d396af1f2d4e2b10078fb20420ee59969b17f70455611b90c_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:fa3034c9854491e3b4d49339b7e11c248edc8b77928d2deb4410ec891ae834e0_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:53ca31a31cbc5eb76697ff8b4e061ce154c75da75bb269fd27fbf4b725cfc809_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:6bedadb6458a45832d41e65799e1e28d23d5555a97929ec45e51c6b3e26644c2_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:b1ecb2d81cd162a1e78e50a287dc3df5b6d14bf5feb1c1c1cce629ba05aea2a8_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:6193c8b7c57c2f436d152faa46273777df16b7b73c982a5dc35c16755587b3fd_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:820c5a297ec0ebf76eac82c042e5195ab21e3e93ccd58e4e464229a597f3f28d_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:835e71c30e2eedae7eeadf695e800826a50310364f29edbb288385417e20c1ed_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:027d8968b71b031267da6e543baaaf2fcb20532aca623cb853ecc5e64e68af08_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:261cd55bf4de02d4ca8253d050cf6a05330d42a3a71649cfb574c664116f49dd_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:42c5ad8992906002d9f417b2f03bd46bd43d7ef96bf29d9281bd6684a83d83f2_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:e8c762314f9f999ad8d113b6814fc25412cee0ad102b51e059b9282bb9d7df75_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:2b6ac330ea876db86901b98f9ac1064c7ca21e3aba467c21dc570017d607f019_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:46cf77f7df2251085643694337d68b6169c23e51a7dc05181ad77b031134ec7e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:93b2febe6c5614c27286f6c7c49b445d310bfe55a345b27380fb4126067926bb_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:ecbf48f170244bb45337f0ee4757a0011cdf17bf56da49a4fc040d19fb3d54f5_ppc64le",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:635ba6d730df39baadee79858f9320596d9cc33db5efa5d62066987ef986e457_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:670eb396ad25bd23a65bbcc05a3049fb8327aa106682524e98907321d194b5ff_ppc64le",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:6a1986ff9493d7cab893ed4a7f486998c4afae8dcc527a218e070867a8474eef_amd64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:2b7c2749f0a18219dac1ef0532d734066d87003810be70b10c0e40905ed9ba77_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:2cceb3e2d023f40ab611f35b8c60dc5589f4353d7a5199cad4f09284e0d0deb4_amd64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:9ea2ef36fc9569622225e4b03f001cbd8cedd0dc6aa5684a2618056a7a5e4cde_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:c243ce3e35d5b53c0aef562cfd3172a4cd7bcf74c089c6da8a70f19887a5e85c_arm64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:123bff07768cf928393ee40fa479bc9bfab55397787c7ac8cd7ece79f4b0ed33_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:965ea4d68d1edaff4ebbc961d93639dbce32acf6223a24378f72d167445dab83_ppc64le",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:ec7b0b2e4590c387e764b9a8f9927ce379bb78ccd4e342fcaa73448f312935f7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:38c8500f955ad35dc1a724945f7ddfa159d2f725ead3d6a2af8f41edc77783dc_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:515dfb239cacdb0d4530780eea8eb769a5ae7176a0554fb445ee134250a2d96c_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:c83e5dd280e456c4ba90790d793d716fba85cdb3c45fcca6607ce1ed8d5b2542_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:040a4c7622f9a4408e8d209fb87885415e79bd421a45de2547cbee1d64265379_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:54ccae475c14e3329240e15f43414652a2b8f4a9ccba626bec835bc3b582d919_amd64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:aad670bf97788c301af437b9dbe28377a062cc4b5f74c3f1e60951b32cf5bdb2_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:e45ec88513685282a85811e44a673d3d69bc2355d1730bbd4ac6b139b394935b_s390x",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:2a51684ca0bbfa735fe89dac6f3ada1c078a00fa5722c4bc5f57e98f918e4122_s390x",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:2aa4235e804c11a16ac9ef945790134848493d6c68ec59818f036c5ce20d74a8_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:66e18662cae583fb5557c966b93476183813c1fd7fc07feb39f0ae212ae6c0f4_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
}
]
}
RHSA-2025:3820
Vulnerability from csaf_redhat - Published: 2025-04-10 17:22 - Updated: 2026-06-17 14:22A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and 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 control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64 | — |
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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64 | — |
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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The 1.1.2 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details please visit the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1",
"title": "Topic"
},
{
"category": "general",
"text": "The RHTAS Operator can be used with OpenShift Container Platform 4.14, 4.15, 4.16, 4.17, and 4.18",
"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-2025:3820",
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3820.json"
}
],
"title": "Red Hat Security Advisory: RHTAS 1.1.2 - Red Hat Trusted Artifact Signer Release",
"tracking": {
"current_release_date": "2026-06-17T14:22:23+00:00",
"generator": {
"date": "2026-06-17T14:22:23+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:3820",
"initial_release_date": "2025-04-10T17:22:43+00:00",
"revision_history": [
{
"date": "2025-04-10T17:22:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-15T11:24:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-17T14:22:23+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Trusted Artifact Signer 1.1",
"product": {
"name": "Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:trusted_artifact_signer:1.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Trusted Artifact Signer"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"product": {
"name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"product_id": "registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/client-server-rhel9@sha256%3A75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.2-1743075680"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"product": {
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"product_id": "registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cosign-rhel9@sha256%3A2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.2-1743008763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64",
"product": {
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64",
"product_id": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitsign-rhel9@sha256%3Abef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.2-1743007499"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64"
},
"product_reference": "registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64"
},
"product_reference": "registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
},
"product_reference": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and 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 control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T17:22:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_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": "2025-04-10T17:22:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_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-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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64"
]
}
],
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64"
]
},
"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": "2025-04-10T17:22:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64"
]
}
],
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64"
]
},
"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": "2025-04-10T17:22:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_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": "2025-04-10T17:22:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
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.