Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-22869 (GCVE-0-2025-22869)
Vulnerability from cvelistv5 – Published: 2025-02-26 03:07 – Updated: 2025-04-11 22:03- CWE-770 - Allocation of Resources Without Limits or Throttling
| Vendor | Product | Version | |
|---|---|---|---|
| golang.org/x/crypto | golang.org/x/crypto/ssh |
Affected:
0 , < 0.35.0
(semver)
|
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-22869",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-02-26T14:57:07.968721Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770 Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-26T14:57:49.252Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-04-11T22:03:24.222Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://security.netapp.com/advisory/ntap-20250411-0010/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "golang.org/x/crypto/ssh",
"product": "golang.org/x/crypto/ssh",
"programRoutines": [
{
"name": "newHandshakeTransport"
},
{
"name": "handshakeTransport.recordWriteError"
},
{
"name": "handshakeTransport.kexLoop"
},
{
"name": "handshakeTransport.writePacket"
},
{
"name": "Client.Dial"
},
{
"name": "Client.DialContext"
},
{
"name": "Client.DialTCP"
},
{
"name": "Client.Listen"
},
{
"name": "Client.ListenTCP"
},
{
"name": "Client.ListenUnix"
},
{
"name": "Client.NewSession"
},
{
"name": "Dial"
},
{
"name": "DiscardRequests"
},
{
"name": "NewClient"
},
{
"name": "NewClientConn"
},
{
"name": "NewServerConn"
},
{
"name": "Request.Reply"
},
{
"name": "Session.Close"
},
{
"name": "Session.CombinedOutput"
},
{
"name": "Session.Output"
},
{
"name": "Session.RequestPty"
},
{
"name": "Session.RequestSubsystem"
},
{
"name": "Session.Run"
},
{
"name": "Session.SendRequest"
},
{
"name": "Session.Setenv"
},
{
"name": "Session.Shell"
},
{
"name": "Session.Signal"
},
{
"name": "Session.Start"
},
{
"name": "Session.WindowChange"
},
{
"name": "channel.Accept"
},
{
"name": "channel.Close"
},
{
"name": "channel.CloseWrite"
},
{
"name": "channel.Read"
},
{
"name": "channel.ReadExtended"
},
{
"name": "channel.Reject"
},
{
"name": "channel.SendRequest"
},
{
"name": "channel.Write"
},
{
"name": "channel.WriteExtended"
},
{
"name": "connection.SendAuthBanner"
},
{
"name": "curve25519sha256.Client"
},
{
"name": "curve25519sha256.Server"
},
{
"name": "dhGEXSHA.Client"
},
{
"name": "dhGEXSHA.Server"
},
{
"name": "dhGroup.Client"
},
{
"name": "dhGroup.Server"
},
{
"name": "ecdh.Client"
},
{
"name": "ecdh.Server"
},
{
"name": "extChannel.Read"
},
{
"name": "extChannel.Write"
},
{
"name": "mux.OpenChannel"
},
{
"name": "mux.SendRequest"
},
{
"name": "sessionStdin.Close"
},
{
"name": "sshClientKeyboardInteractive.Challenge"
},
{
"name": "tcpListener.Accept"
},
{
"name": "tcpListener.Close"
},
{
"name": "unixListener.Accept"
},
{
"name": "unixListener.Close"
}
],
"vendor": "golang.org/x/crypto",
"versions": [
{
"lessThan": "0.35.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Yuichi Watanabe"
}
],
"descriptions": [
{
"lang": "en",
"value": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-26T03:07:48.855Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/652135"
},
{
"url": "https://go.dev/issue/71931"
},
{
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"title": "Potential denial of service in golang.org/x/crypto"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2025-22869",
"datePublished": "2025-02-26T03:07:48.855Z",
"dateReserved": "2025-01-08T19:11:42.834Z",
"dateUpdated": "2025-04-11T22:03:24.222Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-22869",
"date": "2026-07-23",
"epss": "0.00868",
"percentile": "0.54959"
},
"microsoft_vex": {
"current_release_date": "2026-02-21T03:43:06.000Z",
"cve": "CVE-2025-22869",
"id": "msrc_CVE-2025-22869",
"initial_release_date": "2025-02-02T00:00:00.000Z",
"product_status:fixed": "37",
"product_status:known_affected": "37",
"product_status:known_not_affected": "1",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "Potential denial of service in golang.org/x/crypto",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-22869.json",
"version": "8"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-22869\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2025-02-26T08:14:24.997\",\"lastModified\":\"2026-06-17T08:50:40.113\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.\"},{\"lang\":\"es\",\"value\":\"Los servidores SSH que implementan protocolos de transferencia de archivos son vulnerables a un ataque de denegaci\u00f3n de servicio por parte de clientes que completan el intercambio de claves lentamente o no lo completan en absoluto, lo que provoca que el contenido pendiente se lea en la memoria, pero nunca se transmita.\"}],\"affected\":[{\"source\":\"security@golang.org\",\"affectedData\":[{\"vendor\":\"golang.org/x/crypto\",\"product\":\"golang.org/x/crypto/ssh\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://pkg.go.dev\",\"packageName\":\"golang.org/x/crypto/ssh\",\"programRoutines\":[{\"name\":\"newHandshakeTransport\"},{\"name\":\"handshakeTransport.recordWriteError\"},{\"name\":\"handshakeTransport.kexLoop\"},{\"name\":\"handshakeTransport.writePacket\"},{\"name\":\"Client.Dial\"},{\"name\":\"Client.DialContext\"},{\"name\":\"Client.DialTCP\"},{\"name\":\"Client.Listen\"},{\"name\":\"Client.ListenTCP\"},{\"name\":\"Client.ListenUnix\"},{\"name\":\"Client.NewSession\"},{\"name\":\"Dial\"},{\"name\":\"DiscardRequests\"},{\"name\":\"NewClient\"},{\"name\":\"NewClientConn\"},{\"name\":\"NewServerConn\"},{\"name\":\"Request.Reply\"},{\"name\":\"Session.Close\"},{\"name\":\"Session.CombinedOutput\"},{\"name\":\"Session.Output\"},{\"name\":\"Session.RequestPty\"},{\"name\":\"Session.RequestSubsystem\"},{\"name\":\"Session.Run\"},{\"name\":\"Session.SendRequest\"},{\"name\":\"Session.Setenv\"},{\"name\":\"Session.Shell\"},{\"name\":\"Session.Signal\"},{\"name\":\"Session.Start\"},{\"name\":\"Session.WindowChange\"},{\"name\":\"channel.Accept\"},{\"name\":\"channel.Close\"},{\"name\":\"channel.CloseWrite\"},{\"name\":\"channel.Read\"},{\"name\":\"channel.ReadExtended\"},{\"name\":\"channel.Reject\"},{\"name\":\"channel.SendRequest\"},{\"name\":\"channel.Write\"},{\"name\":\"channel.WriteExtended\"},{\"name\":\"connection.SendAuthBanner\"},{\"name\":\"curve25519sha256.Client\"},{\"name\":\"curve25519sha256.Server\"},{\"name\":\"dhGEXSHA.Client\"},{\"name\":\"dhGEXSHA.Server\"},{\"name\":\"dhGroup.Client\"},{\"name\":\"dhGroup.Server\"},{\"name\":\"ecdh.Client\"},{\"name\":\"ecdh.Server\"},{\"name\":\"extChannel.Read\"},{\"name\":\"extChannel.Write\"},{\"name\":\"mux.OpenChannel\"},{\"name\":\"mux.SendRequest\"},{\"name\":\"sessionStdin.Close\"},{\"name\":\"sshClientKeyboardInteractive.Challenge\"},{\"name\":\"tcpListener.Accept\"},{\"name\":\"tcpListener.Close\"},{\"name\":\"unixListener.Accept\"},{\"name\":\"unixListener.Close\"}],\"versions\":[{\"version\":\"0\",\"lessThan\":\"0.35.0\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"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:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-02-26T14:57:07.968721Z\",\"id\":\"CVE-2025-22869\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:go:ssh:*:*:*:*:*:go:*:*\",\"versionEndExcluding\":\"0.35.0\",\"matchCriteriaId\":\"311D718D-7E78-4EFC-A3B6-0D20C28956C9\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/652135\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/71931\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2025-3487\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20250411-0010/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-07-23T09:12:10+00:00",
"cve": "CVE-2025-22869",
"id": "CVE-2025-22869",
"initial_release_date": "2025-02-26T03:07:48.855000+00:00",
"product_status:fixed": "2719",
"product_status:known_affected": "54",
"product_status:known_not_affected": "6259",
"product_status:under_investigation": "1",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2025/cve-2025-22869.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://security.netapp.com/advisory/ntap-20250411-0010/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-04-11T22:03:24.222Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-22869\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-02-26T14:57:07.968721Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-770\", \"description\": \"CWE-770 Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-02-26T14:57:39.044Z\"}}], \"cna\": {\"title\": \"Potential denial of service in golang.org/x/crypto\", \"credits\": [{\"lang\": \"en\", \"value\": \"Yuichi Watanabe\"}], \"affected\": [{\"vendor\": \"golang.org/x/crypto\", \"product\": \"golang.org/x/crypto/ssh\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.35.0\", \"versionType\": \"semver\"}], \"packageName\": \"golang.org/x/crypto/ssh\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"newHandshakeTransport\"}, {\"name\": \"handshakeTransport.recordWriteError\"}, {\"name\": \"handshakeTransport.kexLoop\"}, {\"name\": \"handshakeTransport.writePacket\"}, {\"name\": \"Client.Dial\"}, {\"name\": \"Client.DialContext\"}, {\"name\": \"Client.DialTCP\"}, {\"name\": \"Client.Listen\"}, {\"name\": \"Client.ListenTCP\"}, {\"name\": \"Client.ListenUnix\"}, {\"name\": \"Client.NewSession\"}, {\"name\": \"Dial\"}, {\"name\": \"DiscardRequests\"}, {\"name\": \"NewClient\"}, {\"name\": \"NewClientConn\"}, {\"name\": \"NewServerConn\"}, {\"name\": \"Request.Reply\"}, {\"name\": \"Session.Close\"}, {\"name\": \"Session.CombinedOutput\"}, {\"name\": \"Session.Output\"}, {\"name\": \"Session.RequestPty\"}, {\"name\": \"Session.RequestSubsystem\"}, {\"name\": \"Session.Run\"}, {\"name\": \"Session.SendRequest\"}, {\"name\": \"Session.Setenv\"}, {\"name\": \"Session.Shell\"}, {\"name\": \"Session.Signal\"}, {\"name\": \"Session.Start\"}, {\"name\": \"Session.WindowChange\"}, {\"name\": \"channel.Accept\"}, {\"name\": \"channel.Close\"}, {\"name\": \"channel.CloseWrite\"}, {\"name\": \"channel.Read\"}, {\"name\": \"channel.ReadExtended\"}, {\"name\": \"channel.Reject\"}, {\"name\": \"channel.SendRequest\"}, {\"name\": \"channel.Write\"}, {\"name\": \"channel.WriteExtended\"}, {\"name\": \"connection.SendAuthBanner\"}, {\"name\": \"curve25519sha256.Client\"}, {\"name\": \"curve25519sha256.Server\"}, {\"name\": \"dhGEXSHA.Client\"}, {\"name\": \"dhGEXSHA.Server\"}, {\"name\": \"dhGroup.Client\"}, {\"name\": \"dhGroup.Server\"}, {\"name\": \"ecdh.Client\"}, {\"name\": \"ecdh.Server\"}, {\"name\": \"extChannel.Read\"}, {\"name\": \"extChannel.Write\"}, {\"name\": \"mux.OpenChannel\"}, {\"name\": \"mux.SendRequest\"}, {\"name\": \"sessionStdin.Close\"}, {\"name\": \"sshClientKeyboardInteractive.Challenge\"}, {\"name\": \"tcpListener.Accept\"}, {\"name\": \"tcpListener.Close\"}, {\"name\": \"unixListener.Accept\"}, {\"name\": \"unixListener.Close\"}]}], \"references\": [{\"url\": \"https://go.dev/cl/652135\"}, {\"url\": \"https://go.dev/issue/71931\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2025-3487\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-770: Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2025-02-26T03:07:48.855Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-22869\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-04-11T22:03:24.222Z\", \"dateReserved\": \"2025-01-08T19:11:42.834Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2025-02-26T03:07:48.855Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2025:3820
Vulnerability from csaf_redhat - Published: 2025-04-10 17:22 - Updated: 2026-07-23 10:39A 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-07-23T10:39:03+00:00",
"generator": {
"date": "2026-07-23T10:39:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"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": "2026-07-18T05:32:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T10:39:03+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"
}
]
}
RHSA-2025:3833
Vulnerability from csaf_redhat - Published: 2025-04-14 09:21 - Updated: 2026-07-23 09:34A 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: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64 | — |
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 for gvisor-tap-vsock is now available for 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": "A replacement for libslirp and VPNKit, written in pure Go. It is based on the network stack of gVisor and is used to provide networking for podman-machine virtual machines. Compared to libslirp, gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding.\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\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:3833",
"url": "https://access.redhat.com/errata/RHSA-2025:3833"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3833.json"
}
],
"title": "Red Hat Security Advisory: gvisor-tap-vsock security update",
"tracking": {
"current_release_date": "2026-07-23T09:34:49+00:00",
"generator": {
"date": "2026-07-23T09:34:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2025:3833",
"initial_release_date": "2025-04-14T09:21:59+00:00",
"revision_history": [
{
"date": "2025-04-14T09:21:59+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-14T09:21:59+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T09:34:49+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.src",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.src",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el9_5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el9_5?arch=src\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el9_5?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-1.el9_5?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-1.el9_5?arch=aarch64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el9_5?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-1.el9_5?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-1.el9_5?arch=ppc64le\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el9_5?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-1.el9_5?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-1.el9_5?arch=x86_64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el9_5?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-1.el9_5?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-1.el9_5?arch=s390x\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.src"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el9_5.src",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"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",
"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": [
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64"
]
},
"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-14T09:21:59+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": [
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3833"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64"
]
}
],
"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": [
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
RHSA-2025:3863
Vulnerability from csaf_redhat - Published: 2025-04-14 18:00 - Updated: 2026-07-23 09:34A 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: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x | — |
Vendor Fix
fix
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: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x | — |
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": "Red Hat multicluster global hub 1.3.3 general availability release, with\nupdates to container images and bug fixes.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability from the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat multicluster global hub 1.3.3 images\n\nThis advisory contains the container images for Red Hat multicluster\nglobal hub. These container images provide enhancements. \n\nSecurity fix(es):\n\n* golang.org/x/oauth2: Unexpected memory consumption during token parsing in\ngolang.org/x/oauth2 (CVE-2025-22868)\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of\ngolang.org/x/crypto/ssh (CVE-2025-22869)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, and other related information, refer to the CVE page(s) listed in\nthe 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:3863",
"url": "https://access.redhat.com/errata/RHSA-2025:3863"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3863.json"
}
],
"title": "Red Hat Security Advisory: Red Hat multicluster global hub 1.3.3 bug fixes and container update",
"tracking": {
"current_release_date": "2026-07-23T09:34:51+00:00",
"generator": {
"date": "2026-07-23T09:34:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2025:3863",
"initial_release_date": "2025-04-14T18:00:47+00:00",
"revision_history": [
{
"date": "2025-04-14T18:00:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-14T18:00:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T09:34:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "multicluster-globalhub 1.3 for RHEL 9",
"product": {
"name": "multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_globalhub:1.3::el9"
}
}
}
],
"category": "product_family",
"name": "multicluster-globalhub"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.3.3-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.3.3-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.3.3-4"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.3.3-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.3.3-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.3.3-4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.3.3-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.3.3-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.3.3-4"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.3.3-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.3.3-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.3.3-4"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
}
]
},
"vulnerabilities": [
{
"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",
"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": [
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
]
},
"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-14T18:00:47+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.\n\nSee the multicluster global hub product documentation for more information:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html-single/multicluster_global_hub/index",
"product_ids": [
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3863"
},
{
"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": [
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
]
}
],
"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",
"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": [
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
]
},
"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-14T18:00:47+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.\n\nSee the multicluster global hub product documentation for more information:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html-single/multicluster_global_hub/index",
"product_ids": [
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3863"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
RHSA-2025:3932
Vulnerability from csaf_redhat - Published: 2025-04-16 02:48 - Updated: 2026-07-23 09:35A flaw was found in the tar-fs package for Node.js. In affected versions, unauthorized file writes or overwrites outside the intended extraction directory can occur when extracting a maliciously crafted tar file. The issue is associated with index.js in the tar-fs package.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64 | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64 | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64 | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64 | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64 | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64 | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64 | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64 | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64 | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64 | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64 | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64 | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64 | — |
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: 9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_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: 9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Dev Spaces 3.20 has been released.\n\nAll containers have been updated to include feature enhancements, bug fixes and CVE fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Dev Spaces provides a cloud developer workspace server and a browser-based IDE built for teams and organizations. Dev Spaces runs in OpenShift and is well-suited for container-based development.\n\nThe 3.20 release is based on Eclipse Che 7.100 and uses the DevWorkspace engine to provide support for workspaces based on devfile v2.1 and v2.2.\n\nUsers still using the v1 standard should migrate as soon as possible.\n\nhttps://devfile.io/docs/2.2.0/migrating-to-devfile-v2\n\nDev Spaces releases support the latest two OpenShift 4 EUS releases. Users are expected to update to newer OpenShift releases in order to continue to get Dev Spaces updates. \n\nhttps://access.redhat.com/support/policy/updates/openshift#devspaces\n\nSecurity Fix(es):\n\nDevSpaces-Operator\n- golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws (CVE-2025-22868)\n- golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\nDevSpaces-Pluginregistry\n- tar-fs: link following and path traversal via maliciously crafted tar file (CVE-2024-12905)",
"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:3932",
"url": "https://access.redhat.com/errata/RHSA-2025:3932"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "2355460",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355460"
},
{
"category": "external",
"summary": "CRW-8327",
"url": "https://issues.redhat.com/browse/CRW-8327"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3932.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Dev Spaces 3.20.0 release",
"tracking": {
"current_release_date": "2026-07-23T09:35:06+00:00",
"generator": {
"date": "2026-07-23T09:35:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2025:3932",
"initial_release_date": "2025-04-16T02:48:23+00:00",
"revision_history": [
{
"date": "2025-04-16T02:48:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-16T02:48:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T09:35:06+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Dev Spaces 3",
"product": {
"name": "Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_devspaces:3::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Dev Spaces"
},
{
"branches": [
{
"category": "product_version",
"name": "devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"product": {
"name": "devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"product_id": "devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=3.20-5"
}
}
},
{
"category": "product_version",
"name": "devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"product": {
"name": "devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"product_id": "devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=3.20-5"
}
}
},
{
"category": "product_version",
"name": "devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"product": {
"name": "devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"product_id": "devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=3.20-7"
}
}
},
{
"category": "product_version",
"name": "devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"product": {
"name": "devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"product_id": "devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=3.20-1"
}
}
},
{
"category": "product_version",
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"product": {
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"product_id": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces-tech-preview/jetbrains-ide-rhel9\u0026tag=3.20-7"
}
}
},
{
"category": "product_version",
"name": "devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"product": {
"name": "devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"product_id": "devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/machineexec-rhel9\u0026tag=3.20-3"
}
}
},
{
"category": "product_version",
"name": "devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"product": {
"name": "devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"product_id": "devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/devspaces-operator-bundle\u0026tag=3.20-21"
}
}
},
{
"category": "product_version",
"name": "devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"product": {
"name": "devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"product_id": "devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=3.20-6"
}
}
},
{
"category": "product_version",
"name": "devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"product": {
"name": "devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"product_id": "devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=3.20-12"
}
}
},
{
"category": "product_version",
"name": "devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"product": {
"name": "devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"product_id": "devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=3.20-13"
}
}
},
{
"category": "product_version",
"name": "devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"product": {
"name": "devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"product_id": "devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=3.20-1"
}
}
},
{
"category": "product_version",
"name": "devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"product": {
"name": "devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"product_id": "devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel9\u0026tag=3.20-1"
}
}
},
{
"category": "product_version",
"name": "devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"product": {
"name": "devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"product_id": "devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=3.20-8"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"product": {
"name": "devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"product_id": "devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=3.20-5"
}
}
},
{
"category": "product_version",
"name": "devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"product": {
"name": "devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"product_id": "devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=3.20-5"
}
}
},
{
"category": "product_version",
"name": "devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"product": {
"name": "devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"product_id": "devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=3.20-7"
}
}
},
{
"category": "product_version",
"name": "devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"product": {
"name": "devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"product_id": "devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=3.20-1"
}
}
},
{
"category": "product_version",
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"product": {
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"product_id": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c?arch=s390x\u0026repository_url=registry.redhat.io/devspaces-tech-preview/jetbrains-ide-rhel9\u0026tag=3.20-7"
}
}
},
{
"category": "product_version",
"name": "devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"product": {
"name": "devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"product_id": "devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"product_identification_helper": {
"purl": "pkg:oci/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/machineexec-rhel9\u0026tag=3.20-3"
}
}
},
{
"category": "product_version",
"name": "devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"product": {
"name": "devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"product_id": "devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/devspaces-operator-bundle\u0026tag=3.20-21"
}
}
},
{
"category": "product_version",
"name": "devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"product": {
"name": "devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"product_id": "devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=3.20-6"
}
}
},
{
"category": "product_version",
"name": "devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"product": {
"name": "devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"product_id": "devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=3.20-12"
}
}
},
{
"category": "product_version",
"name": "devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"product": {
"name": "devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"product_id": "devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=3.20-13"
}
}
},
{
"category": "product_version",
"name": "devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"product": {
"name": "devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"product_id": "devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=3.20-1"
}
}
},
{
"category": "product_version",
"name": "devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"product": {
"name": "devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"product_id": "devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel9\u0026tag=3.20-1"
}
}
},
{
"category": "product_version",
"name": "devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"product": {
"name": "devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"product_id": "devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=3.20-8"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"product": {
"name": "devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"product_id": "devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=3.20-5"
}
}
},
{
"category": "product_version",
"name": "devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"product": {
"name": "devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"product_id": "devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=3.20-5"
}
}
},
{
"category": "product_version",
"name": "devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"product": {
"name": "devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"product_id": "devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=3.20-7"
}
}
},
{
"category": "product_version",
"name": "devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"product": {
"name": "devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"product_id": "devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e?arch=amd64\u0026repository_url=registry.redhat.io/devspaces-tech-preview/idea-rhel9\u0026tag=3.20-2"
}
}
},
{
"category": "product_version",
"name": "devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"product": {
"name": "devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"product_id": "devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=3.20-1"
}
}
},
{
"category": "product_version",
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"product": {
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"product_id": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9?arch=amd64\u0026repository_url=registry.redhat.io/devspaces-tech-preview/jetbrains-ide-rhel9\u0026tag=3.20-7"
}
}
},
{
"category": "product_version",
"name": "devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"product": {
"name": "devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"product_id": "devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/machineexec-rhel9\u0026tag=3.20-3"
}
}
},
{
"category": "product_version",
"name": "devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"product": {
"name": "devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"product_id": "devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/devspaces-operator-bundle\u0026tag=3.20-21"
}
}
},
{
"category": "product_version",
"name": "devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"product": {
"name": "devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"product_id": "devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=3.20-6"
}
}
},
{
"category": "product_version",
"name": "devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"product": {
"name": "devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"product_id": "devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=3.20-12"
}
}
},
{
"category": "product_version",
"name": "devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"product": {
"name": "devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"product_id": "devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=3.20-13"
}
}
},
{
"category": "product_version",
"name": "devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"product": {
"name": "devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"product_id": "devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=3.20-1"
}
}
},
{
"category": "product_version",
"name": "devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"product": {
"name": "devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"product_id": "devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel9\u0026tag=3.20-1"
}
}
},
{
"category": "product_version",
"name": "devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64",
"product": {
"name": "devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64",
"product_id": "devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=3.20-8"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64"
},
"product_reference": "devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x"
},
"product_reference": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64"
},
"product_reference": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le"
},
"product_reference": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64"
},
"product_reference": "devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x"
},
"product_reference": "devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le"
},
"product_reference": "devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64"
},
"product_reference": "devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le"
},
"product_reference": "devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x"
},
"product_reference": "devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64"
},
"product_reference": "devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x"
},
"product_reference": "devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le"
},
"product_reference": "devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x"
},
"product_reference": "devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le"
},
"product_reference": "devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64"
},
"product_reference": "devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le"
},
"product_reference": "devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64"
},
"product_reference": "devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x"
},
"product_reference": "devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le"
},
"product_reference": "devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64"
},
"product_reference": "devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x"
},
"product_reference": "devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x"
},
"product_reference": "devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64"
},
"product_reference": "devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le"
},
"product_reference": "devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x"
},
"product_reference": "devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le"
},
"product_reference": "devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64"
},
"product_reference": "devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x"
},
"product_reference": "devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le"
},
"product_reference": "devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64"
},
"product_reference": "devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x"
},
"product_reference": "devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le"
},
"product_reference": "devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64"
},
"product_reference": "devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64"
},
"product_reference": "devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x"
},
"product_reference": "devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le"
},
"product_reference": "devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x"
},
"product_reference": "devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le"
},
"product_reference": "devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
},
"product_reference": "devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12905",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-03-27T17:02:14.911888+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2355460"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the tar-fs package for Node.js. In affected versions, unauthorized file writes or overwrites outside the intended extraction directory can occur when extracting a maliciously crafted tar file. The issue is associated with index.js in the tar-fs package.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tar-fs: link following and path traversal via maliciously crafted tar file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an important severity because it allows attackers to extract a malicious tar file that can write or overwrite files outside the intended directory. This occurs due to improper handling of link resolution and pathname limitations. The risk is high for systems that automatically extract tar files, as it can lead to data corruption or unauthorized file modifications without user interaction.",
"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-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64"
],
"known_not_affected": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-12905"
},
{
"category": "external",
"summary": "RHBZ#2355460",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355460"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-12905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12905"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12905",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12905"
},
{
"category": "external",
"summary": "https://github.com/mafintosh/tar-fs/commit/a1dd7e7c7f4b4a8bd2ab60f513baca573b44e2ed",
"url": "https://github.com/mafintosh/tar-fs/commit/a1dd7e7c7f4b4a8bd2ab60f513baca573b44e2ed"
}
],
"release_date": "2025-03-27T16:25:34.410000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-16T02:48:23+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": [
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3932"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "tar-fs: link following and path traversal via maliciously crafted tar file"
},
{
"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": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_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": [
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x"
],
"known_not_affected": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_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-16T02:48:23+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": [
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3932"
},
{
"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": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_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": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_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": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_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": [
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x"
],
"known_not_affected": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_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-16T02:48:23+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": [
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3932"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_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": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_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"
}
]
}
RHSA-2025:3959
Vulnerability from csaf_redhat - Published: 2025-04-16 21:10 - Updated: 2026-07-23 09:35A 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: 9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64 | — |
Vendor Fix
fix
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: 9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_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": "VolSync v0.11.2 general availability release images, which provide\nenhancements, security fixes, and updated container images.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "VolSync v0.11.2 is a Kubernetes operator that enables asynchronous replication\nof persistent volumes within a cluster, or across clusters. After deploying\nthe VolSync operator, it can create and maintain copies of your persistent\ndata.\n\nFor more information about VolSync, see:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/business_continuity/business-cont-overview#volsync\n\nor the VolSync open source community website at:\nhttps://volsync.readthedocs.io/en/stable/\n\nThis advisory contains enhancements and updates to the VolSync\ncontainer images.\n\nSecurity fix(es):\n\n* golang.org/x/oauth2: Unexpected memory consumption during token parsing in\ngolang.org/x/oauth2 (CVE-2025-22868)\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of\ngolang.org/x/crypto/ssh (CVE-2025-22869)",
"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:3959",
"url": "https://access.redhat.com/errata/RHSA-2025:3959"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "ACM-19031",
"url": "https://issues.redhat.com/browse/ACM-19031"
},
{
"category": "external",
"summary": "HYPBLD-618",
"url": "https://issues.redhat.com/browse/HYPBLD-618"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3959.json"
}
],
"title": "Red Hat Security Advisory: VolSync 0.11.2 security fixes and enhancements for RHEL 9",
"tracking": {
"current_release_date": "2026-07-23T09:35:06+00:00",
"generator": {
"date": "2026-07-23T09:35:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2025:3959",
"initial_release_date": "2025-04-16T21:10:52+00:00",
"revision_history": [
{
"date": "2025-04-16T21:10:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-16T21:10:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T09:35:06+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.12::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64",
"product": {
"name": "rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64",
"product_id": "rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel9\u0026tag=v0.11.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64",
"product": {
"name": "rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64",
"product_id": "rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-operator-bundle\u0026tag=v0.11.2-8"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x",
"product": {
"name": "rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x",
"product_id": "rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel9\u0026tag=v0.11.2-9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64",
"product": {
"name": "rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64",
"product_id": "rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel9\u0026tag=v0.11.2-9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le",
"product": {
"name": "rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le",
"product_id": "rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel9\u0026tag=v0.11.2-9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64"
},
"product_reference": "rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64"
},
"product_reference": "rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x"
},
"product_reference": "rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le"
},
"product_reference": "rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64"
},
"product_reference": "rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
}
]
},
"vulnerabilities": [
{
"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",
"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": [
"9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_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-16T21:10:52+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes\ndocumentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/business_continuity/business-cont-overview#volsync",
"product_ids": [
"9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3959"
},
{
"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": [
"9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_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": [
"9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_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",
"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": [
"9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_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-16T21:10:52+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes\ndocumentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/business_continuity/business-cont-overview#volsync",
"product_ids": [
"9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3959"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_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": [
"9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:f7e36802f5857a4e5300a140f58195a1472b67d69bee85333db63a4229604fee_amd64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:4f4d48d1aec8bca6a2bb1d913c444d8e3aed17fb84c892dc07644baf2b0aa97d_arm64",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:81a293e795d4ded647062667465916cafa23605aa139f4ed56da2fae38dcd3a8_s390x",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:dc85bc3665640b14ba36e221020da1f6681c681005be89923302bc294fd5dfe2_ppc64le",
"9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:fa18cbf3efd16da8e961ab1077fe5af57aa041f09a38220ae733a2bb5c1ad6d0_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"
}
]
}
RHSA-2025:4002
Vulnerability from csaf_redhat - Published: 2025-04-17 22:09 - Updated: 2026-07-23 09:35A 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: 9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le | — |
Vendor Fix
fix
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: 9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le | — |
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": "Red Hat Advanced Cluster Management for Kubernetes 2.12.3 General\nAvailability release, with updates to container images.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.12.3 images and bug\nfix updates\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console\u2014with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which fix several bugs. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/release_notes/\n\nSecurity fix(es):\n\n* golang.org/x/oauth2: Unexpected memory consumption during token parsing in\ngolang.org/x/oauth2 (CVE-2025-22868)\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)",
"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:4002",
"url": "https://access.redhat.com/errata/RHSA-2025:4002"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "ACM-11757",
"url": "https://issues.redhat.com/browse/ACM-11757"
},
{
"category": "external",
"summary": "ACM-16238",
"url": "https://issues.redhat.com/browse/ACM-16238"
},
{
"category": "external",
"summary": "ACM-16493",
"url": "https://issues.redhat.com/browse/ACM-16493"
},
{
"category": "external",
"summary": "ACM-17065",
"url": "https://issues.redhat.com/browse/ACM-17065"
},
{
"category": "external",
"summary": "ACM-17553",
"url": "https://issues.redhat.com/browse/ACM-17553"
},
{
"category": "external",
"summary": "ACM-17877",
"url": "https://issues.redhat.com/browse/ACM-17877"
},
{
"category": "external",
"summary": "ACM-18000",
"url": "https://issues.redhat.com/browse/ACM-18000"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4002.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management 2.12.3 container image updates",
"tracking": {
"current_release_date": "2026-07-23T09:35:12+00:00",
"generator": {
"date": "2026-07-23T09:35:12+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2025:4002",
"initial_release_date": "2025-04-17T22:09:36+00:00",
"revision_history": [
{
"date": "2025-04-17T22:09:36+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-17T22:09:36+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T09:35:12+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.12::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64",
"product": {
"name": "rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64",
"product_id": "rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.12.3-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64",
"product": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64",
"product_id": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=v2.12.3-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.12.3-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.12.3-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.12.3-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.12.3-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64",
"product": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64",
"product_id": "rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.12.3-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64",
"product": {
"name": "rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64",
"product_id": "rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.12.3-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64",
"product_id": "rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.12.3-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64",
"product_id": "rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.12.3-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.12.3-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.12.3-17"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.12.3-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64",
"product_id": "rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64",
"product_id": "rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64",
"product_id": "rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64",
"product_id": "rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64",
"product_id": "rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.12.3-6"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x",
"product": {
"name": "rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x",
"product_id": "rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.12.3-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x",
"product": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x",
"product_id": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=v2.12.3-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.12.3-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x",
"product_id": "rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.12.3-55"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.12.3-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.12.3-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.12.3-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x",
"product": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x",
"product_id": "rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.12.3-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x",
"product": {
"name": "rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x",
"product_id": "rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.12.3-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x",
"product_id": "rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.12.3-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x",
"product_id": "rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.12.3-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.12.3-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.12.3-17"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.12.3-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x",
"product_id": "rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x",
"product_id": "rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x",
"product_id": "rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x",
"product_id": "rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x",
"product_id": "rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.12.3-6"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64",
"product": {
"name": "rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64",
"product_id": "rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.12.3-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64",
"product": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64",
"product_id": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=v2.12.3-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.12.3-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64",
"product_id": "rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.12.3-55"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.12.3-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.12.3-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.12.3-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64",
"product": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64",
"product_id": "rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.12.3-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64",
"product": {
"name": "rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64",
"product_id": "rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.12.3-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64",
"product_id": "rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.12.3-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64",
"product_id": "rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.12.3-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.12.3-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.12.3-17"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.12.3-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64",
"product_id": "rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64",
"product_id": "rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64",
"product_id": "rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64",
"product_id": "rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64",
"product_id": "rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.12.3-6"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le",
"product": {
"name": "rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le",
"product_id": "rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.12.3-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le",
"product": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le",
"product_id": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=v2.12.3-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.12.3-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le",
"product_id": "rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.12.3-55"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.12.3-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.12.3-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.12.3-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le",
"product": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le",
"product_id": "rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.12.3-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le",
"product": {
"name": "rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le",
"product_id": "rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.12.3-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le",
"product_id": "rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.12.3-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le",
"product_id": "rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.12.3-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.12.3-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.12.3-17"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.12.3-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.12.3-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le",
"product_id": "rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le",
"product_id": "rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.12.3-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le",
"product_id": "rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le",
"product_id": "rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.12.3-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.12.3-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le",
"product_id": "rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.12.3-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.12.3-6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64"
},
"product_reference": "rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x"
},
"product_reference": "rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64"
},
"product_reference": "rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le"
},
"product_reference": "rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le"
},
"product_reference": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64"
},
"product_reference": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x"
},
"product_reference": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64"
},
"product_reference": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64"
},
"product_reference": "rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x"
},
"product_reference": "rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le"
},
"product_reference": "rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64"
},
"product_reference": "rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x"
},
"product_reference": "rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64"
},
"product_reference": "rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64"
},
"product_reference": "rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le"
},
"product_reference": "rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x",
"relates_to_product_reference": "9Base-RHACM-2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9",
"product_id": "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.12"
}
]
},
"vulnerabilities": [
{
"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",
"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": [
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le"
]
},
"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-17T22:09:36+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.",
"product_ids": [
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4002"
},
{
"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": [
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le"
]
}
],
"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",
"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": [
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le"
]
},
"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-17T22:09:36+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.",
"product_ids": [
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4002"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8afd3371f94dd2d1d4bfcf6db055905ae49e6ea2a96d3ce6fcd35e69ae3b90e5_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:b296b6641f0133bb5a1c9a011d1e8c36b2d9b4a4bcbc30a62377ab8654d6c0bf_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:db666675a9146aa011ce283a60bd10f8097e301c496df4109f6231d6ac878f08_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e5cc7d14c9d79e031000eb244606e94372e8e46a7a657beb6ab5d954b0e7ff05_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:52c955cbcfa9586344c87993c66675dc7f525d1a2554c8e8279a42522b4b3170_s390x",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:6a5158e9448c2e13c12ddcec134989927b2cbf2df2aeaafb12175ce9cb57f643_arm64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:be6105c9172a0740c4465f62132766db56d65f9014b02d124839aaa7efd23fa1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:ff7730418c9463978ca5665942191d3e6ce14d4e7fe12687bff3ccc71fd9edbf_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:539b597ae46d1a921c3d0ca15387eb8394c74ccd42eda280f829d23514ed96b6_s390x",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:71773948af179eba3b549e2bd42af5c6c4ad4b39aa360e41025e338b49ac301c_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b9cfe9b6a945da7923b358f494e0cd212c8b6eb77d5e8580616d206c6b941d27_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:be0879b9502e682d3fbc3c0b814b0e68ea261043d49e88630dc3a8ea8a0846fe_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:36ec1d37716e51b7cacdfb0107de0788831c1f074569062f9e18c15663060f8d_arm64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:55f64d4dbac57739f3cf994c0f8167c8a49c93ece261a6464e69dd5c345afb2a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6dd75e159ccc37c2102c551eb237a24d5cbbd28f6dc9b0bcd7bd63cd34a11946_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:f2b818385c391fc3c468ddcdfc7d255519124f84d81fe97566b9d8b3667742be_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:0b8296c48c7674c17e195b2bc05bf28b1c026544997798ca00037aa257ca70cc_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4f53867dce5597a302f77f45569e71ed7e0b239a63fba8085afaf05e21944239_s390x",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:cba571ae8578ef23b8961d060766ecfbcb88a17bf84b99fc2b032a06d13eb14a_arm64",
"9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:f84e7794931d924f2021f3985a2b542ed13869958d818b5d7b274dbb5f65d4ee_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3610bdb354c0c559bc19c00c60d40ca85472f7fe30ec086da8425b09bb671213_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:8bc0393b29043031a511f12c83d7336acece63b9309c01324992b8985470f99f_amd64",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:aecc315c036c5d22331fdc17a6bfdd4e8f29c489c3b546847260d9d80dad5b53_s390x",
"9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:b3038df5bdf1852d22816728bc1d3de8704c30c3dfebabe7c118b7636cafef2c_arm64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:a5fe88e0e6ca83fc8f7fc0218186694dd0192f68abec0fb3d48c1524e09a870d_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:bb7fcede84861ca9d932a8d6b57bcb03e172edcc34c0f2444e6b8155001e8c20_s390x",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:cf4544cb7b072f0285e052ec38f0963ac5b1dff655f20e73e4b26635080b1482_amd64",
"9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f5e666fcdd039ff0c74c63ad5e96689bda16158c6caa4197710d8af0114034ff_arm64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:0aa6cd2a1b67390ed77dd3d22aba64161b0274fa7a6c07ee08ea33de5450306a_amd64",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:6ed16ef27b243b6366d685f91d68bd60da6380688da15a76395e4658575d7254_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:78db26a69e10c677be26b9844032d428131984a49ef2032343d4564604a29972_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:4be262f42af26f2084483a89af131b04355475b55d0a4574a151e0322bdfbb90_amd64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:554d3547e4563a551f462c5f48dc481b831b8c0347d193a324693fb9fe438531_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:69ae9094861c30314e190ecf1f61ae6a042b2340f6535f7b4e78fdb9117a0e57_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:b774b700d17e369c1d2d2f237c399ef977c68b2d3a0c7eb775e03c4b2714079f_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:5c172aba5e03ea9d00c8a6f9ce027a3cf2df7f87be355b1c16e3a12c0e032259_arm64",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:8b6a24e98fa762e5edae214fa34f1dc057d699b9a622696318cc9a4bfb872a79_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:a4c004e5ee9a15dcb740ff41aa9aecbe0061481bb6bfae6b5afade645a740598_s390x",
"9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:b367cd333e08cd59d3cea63b1f2800e72ef485a5ea1000b15eb3997f739949b2_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:221020443be6c1b4066de7d6da47befc561ab06417faf29cb5fabe4cb73c938b_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:7ae82f726df2c56d28f04d2bcc77cfe13f879e5c9e5d7bad68ef7dcbd8ceeed1_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:b4d170037ab0b41962e2c49c007576df8073c51c168622474f0437ef8d9543e9_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:f44fda5d7747057aba0b62cd2f2a68e88e13607d9d290c4f7384a3d844a00aca_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:040c2fcd407e9b9b3082f8143131ffdb85917e995f0603923ac2797cd69a30b0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:0cfd913df8f02577782eae65c09936fdf002d3f237b9360e0d70b33b4b9103aa_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:1ce56fa8259ea037cacde6c537fda268540b60dc01e485111e6ee32658b01c6f_s390x",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:38c3418d87e6ab90133eb0ed68772711c07d3faa1fa305ec8bb0331571623271_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6b339ac241962bdfe0f3a36e2170cb629bf36b2067619cad092ada75724e1b5e_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:8ef3ed967f0591d757549781d934c2bc7407bb61b07a049f67f3f1ce2bc4c7b4_arm64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:a68e83c02f172720fa0deca9af31796254ef89519a8dfa1540431f924b2f88c0_amd64",
"9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:bca7db269eba0c7315b76830f389dc3cf1092c59465114e6c2e0738171c6a4c9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:9fdc44667d22386295aee8ce643da113eb6cdd11eb3c8d716ac233d3499c65f5_amd64",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a2257ba9799831bc25191bc31ccb86c2dd9dfb43641175dcc0d0b98cd95652b9_s390x",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:a985e12ce8c6532fdcad269ba17e46778ff0af1050d3d739d225168f3354e2b6_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e3e38ea8776ac02b143f317fb81f340ad06d3f6c1c29a4dcdc71bf020a16b3aa_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:236cb60f369452b117fdbcbc0549faaf37fde7f5e34a8d3686b8ed124eedbe37_ppc64le",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:619e965672c863b5bb9aebd4077a1f318b84362be3c914adf8e963615e0e4106_arm64",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b1bf438f723a65c02c7050be44236a02c0ce474682040ea6600420ba2d71c399_s390x",
"9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bcb3e08c606beaf0aaac8bab759ab34cb694b9a39428bc82d94b128523ffb2d1_amd64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:1a2b44982a8fd390cb1ca0ee16968101c7b5066b766d571df6d8a2d4550f5bd9_arm64",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:28f9f34d0f2414f23da618324358cdd042554d8c378597c7052e8aebc763e926_s390x",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:883b92598fef212dca4940cebacf15911f1862e6290db891cfc36072276c7568_ppc64le",
"9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:90915c7fa09968eff2162c9af525eab0971b91a722fe3e142a5ae8c2de1a7aeb_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:036ab91d0b2ebb64e27d25c836959a54cddfed8c313c06d8c882470f8192d444_arm64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:9238ce54c347e11711dc0ec767fa648a1f864f4e07d9c136c5cf92d6fbe9bd28_ppc64le",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:999b8e420cd7610d870bc9b6a10c82528727af9cce2413aa82b869414ac4b7dc_amd64",
"9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:dee60720129033a7672f25596082eeef95d4ae6a59f6311894833dd0ccf9110d_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:894d20325f647d667ee9087538c5d7d49cd85ddb60a377cc9b666cdaeab2fe0f_s390x",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:a7ba21d6c8ea689b124d7e20d41acdbdb4564a4b29908d2a4224a39372be7003_ppc64le",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e2cd247f254a8e7fa95c668942a8371f919a18d7c8da758ffe1901c1dcc6dfb5_amd64",
"9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:e55339d91bba9db6a855bd21b0ca1818e54994fea7727669d84c130507f46ac7_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:1320e8364ec205b124ac5e23467f917ddbfce0ec172126bbbdeac5450e01e302_s390x",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:4af2b7851dfc52a25bc7740d5a27754f617166c88e1d52dfb09ca9bfdd391e54_amd64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:9801fe510035ef96f6b6a638dbd20c87b8386b6e8996f99ab0afe026eb0a9ebd_arm64",
"9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:d253a970e0aeb9345a893b83461372852fab3fff458f4257eea0190157b7f51b_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:2f691d9642b6ab428841697cc97297ac328e01e3e9dab91fec6c4ad4e5eb6291_ppc64le",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:30e7e56b56716ed95edf3b3363bcf76e2231d2f2976eeec2f27c27d33803c8c1_arm64",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:91a65bbc9da3f536f4da7f5da00cd39d94eb8a5ae71e2a38b3d6e847dd66c589_s390x",
"9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8c452ac9836900d87d2fb3c03732ca49356c3ea1c1e0168d5149f88054e3073_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:00085b15b0a26a201be0c16a20d81e55f40a763875276aeb2fde9885186d1eba_amd64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:693f1b6719ae9cd4c09f41089d5ae920625ca2afb05934c0dd79870ea4caf0d9_s390x",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cce80fc38e8820aa1c4faebf43802f34fc1e2d079e2f83585d50f3c2d4604b0f_arm64",
"9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d0f2d20405456c2754de74698a90b0797d3f230feb82b3dd5863ca0aabea4150_ppc64le",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:130597a4ed63bb85cdf9846b75c26a27ea1216432ae3b8752d1b80f1422a564f_s390x",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3df7512e7833e3e03baf94ea65674faff8e6884454e0f29cddb8e71416966c33_amd64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50bfdb063c8b237800ce9c96e68e90530c6d6c6002833892f18555f8c09072c9_arm64",
"9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:77415a0c6499624df922b1676aa8a23a4a2ec7a8f3bb77e112d94d208dc0602e_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:abcfba3022b78e4dbf5a900494439b83aee063e1e6c26a4e374dcd552a16e258_ppc64le",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:b2407406e4c6f9445f1a22031f29e6c6a7278b85458b544de1bdd0dea82a2c2e_arm64",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f5be91d545a072f4d3b53dd3da4e325819e178ed2f374de1f3eb286a05de91c8_s390x",
"9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:fe81c2028f2b6d68e701f7d7c2507c5942d1538f5cb63180d6aae68bbfe7c768_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:008539547176afd73e4f0a27dcd17f7777aedfa97add2895f36b934183064ccd_arm64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:597ac319ea69c6bc73c81d0cc4599dabef83aceaf2bcb6e95f365d146141417b_amd64",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:783adbd4dde8959410c91aa0ec4d19198837b02af82d7457a4c3f7c1916ca0c5_s390x",
"9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:d58593d03f11f31437cc8fba25f64ec0b7f2f12ef92396bc62499069a3b4d8cd_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:36cd773c9451ead63c025bd42f81534d48914f2b89d0b390e29872467fd47bdc_ppc64le",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:95e57fa1c4e73cd4ca66c570dd8581713a1261534927c62b8c6573afd3b6aa49_s390x",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:e21c9a1b98689f2596caf82271af41b2531d1114601e5272bef8f403774762f7_amd64",
"9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:ff9d70d094a002fbcbddaed98cabe18adc1a3bcd360a187a9eb5b229da4946c4_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:0f09cd97fb32e320a32044db4272172e46a1f0b5230b80fa60a4f4de6012401e_arm64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:9126221ea310167086aae246a5daeb7f9abdf0f07f3bc697c2c4a180710f2990_s390x",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:bc91f687980a7131a3a0ce817262a6a7be731470e40a916204719d56a432ecda_amd64",
"9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:e1e786f062b5e518c47c43f1b1ac211652136ba823e1a90d442ac290258f143f_ppc64le",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:1de12d2ebded8a45f041430fdf4ab1ef25509265611fcadac6fa345496b59a93_amd64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:3274577a73ddea6008dfa10ccc36d3367f142bdb676a87db9f23f81c88ea05d1_arm64",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:56e225f345be3e0bcc3f865fad1ae7b71c090ed0df4541800f106915c6fcf5a1_s390x",
"9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:bf5fb1fa83a6e004e392fa6c2c45657cb74c22ae85f9b679d602c7fb1150f339_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0bae121b566c8847905cbacbebc089f0812425c9b2d915f3cf9f9baa2e8c62aa_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:413482feeae2fc6f45103e5217fb75df544d0e33a1f18f00a9e2036c78e60ea5_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:71bbef4d8788978f69d881cb626219ccf2de19eb1f46dd4f571779f5a537aa94_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:cd2bd16fa4f6cc00f070b74a52d599e65652ec0ba3eadadbe201eed9dfa8bbcd_arm64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:232b81edbfc36fd01714abf6f1a40091f74e926b4f13e984aa66e28d705e54bc_ppc64le",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:4e17bfeed95d064a275c175cb33939627588b5bce06bea33d45f474db0a2aeb4_s390x",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:8ea892086aad92d2fe9a3dabbcf0fadb8bbabde6ff0822d268ab09bb4940f14c_amd64",
"9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:d0037c405b1d005f5cdc8c17af84587615f3367db7d35db3fdb7ae064462c037_arm64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:4721adeaf5258ad782910f16bf7ac7682f7b92b243acd90f927617bf386e05c3_s390x",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:70b620228d4660c27e4c55887cade271f8b532f45504f397d8a2bf77ecff145b_amd64",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:9f89a0561d33e00e7561370d0c06968c6ae09ab768a4aa54842d4eca69e435a9_ppc64le",
"9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:ab56809c71204052576ba15a306cc1f559b7b1727567e3d3377bb27852a1f77c_arm64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:02d821166c4277e3b0d6f2b1aa872f920f31f386a9e0f67926957ce9506a56b9_amd64",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:4cba2bc6d296a8101150254679f5757b83542f14a595ba39debcc4f03a2c22e9_s390x",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:6f1cb77af6faceb9a54af3bb49ad67cbe378c4b684442bbd2f968322464f8bd2_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:e57c21afda1445cdf623ea35a302fe50be6fbed5ff16080c2cfac3cae6fc07e0_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:085f0362753605c76602430a5103d9b261a8034afdea33fc4247246b3c5bb887_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1925700225f91d1997e5d06b330e6d15224ce13773296fb3f7f5fd6a521311e5_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:3397925baa9017a34fd01cf3b6443840333596e3dd1a575c44f9ecd9dbed2cf7_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d4d8c0493e8091f9377016b176fea3f22e0917af40288f069d7898aa43c5f474_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:268ed0f8aebfd6748a951d138b887b623f941aa1ab7592c2704371255960278c_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:7ea6836f4e02bfa949a0de957aa35869b36b0937235be36658bf30de10fb67c5_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:b91cbcf893f52c2344c5d3b72adfe2f85bc9571bce1112c51c46401815889dbe_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:fbeba0a32d1b9a77d5a26ae029b05e49c2d6a1bb4c69a720599adfd490a77014_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:0f8a4ff3033d646921ca7e6e53ac81622ca99f7517d2bdede3aed28fa57763ec_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:52fa0f2b1ecf37cec2f167c1af04c2e732cdc5c0195d92bae089715cd6ea147c_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:66b40d131e25db199836001b3660eb79a21fa9747de681cb69311276337d789a_ppc64le",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:bbf12d6248c8a1cb334b4d912c3bb63861c6420d8f4094185becc91d76a27742_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:16b2bcac56898485e7804775a281d3d2ec5f712b141962a0b8be54575ec7320a_amd64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:76798807431d3f1a5fe29db401f15acab0da7d9832d85b4860a773ab582de394_s390x",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:abeb2d0d56ab1d943e90eadeff7d6bca953a7c86c8b672cfcd83ef2e067299bb_arm64",
"9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b96c3e5cfead94709d077b5777ddd3acfd23908b1f526dce739be71b1bb4b7a8_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:0dabe09dc0de51f8049a6db4ae7b89d07b14aabb2bde6c44e9ee19538d968825_ppc64le",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:415b0265ab373afb95b18f67f0449f7e8b5a3a0e0449374094a2f884dd652740_s390x",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4786e29aa3d74a2b6ea03468b7a0aca1b600fe0066e0bac346a8cd85cdfbb3cf_amd64",
"9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:f1c601f7b1bb38bf6d7e90fc4fa5f160a2e5fe08629dae3203aa18c123b1cb1f_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:1f4907b5caaba05d7ccb06bb98f4f786f97d5f40883a9c08d977f313d0e96961_ppc64le",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:9abf75f318a441a3c8b33a7ef8ab55c209489265b02950960d9c991dbf2e3def_arm64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:baf7febccd2f486a94380b91be09032ffa4ac5d7e48856ce5c496f61df38cde0_amd64",
"9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:d39d09f8520ee7e7842b5f170df18ecb2890cb48a14e31eef1d7e6ce65d6fa98_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:6204cf859c2945572e57a3793c5b031128ea82dd0b741e0a08e9313110e2dbad_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:68624cc43fe0b8e3e152fb56448c4386df475c6ce27ac6ed6c34e45437bed958_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:7c1b79fe4ce3a721705bd90b5d71ee45064c19395cda7bea23ab755a13fcad35_arm64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:c161db443078f673a615629876f07326058dc67da6b9a14d5fd79eb35dcab4b8_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:05504a5911bae2e9f31742fc7d75451127077ac18a392fa6a8fcdfc3f406e1d3_amd64",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:11d286923055fbed9060999df75d5a63479de0cd07dd42c1e8f7e210f28c7f17_s390x",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:3bfbc347c84541d3fd22df830b9f4e4e4cac4814c478e690a45a4c62d8261519_ppc64le",
"9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:b0099de7ba64b3168a0c57b1f169bf2b662bb242bac8a95d6d35aa50746933e0_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:414e1695469086daa0743c97a67cf165bd83526ab3a3d8140a86ef90ed7d5734_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:496ee34111f2f461504d364c251cb852be91df44da8b52145f348568638ccbc5_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9268ac5077cfb418c6c8a254e29cfcbf848c556f047923a2742cfa827521ddca_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:9adbb16fa442442ab3ea946d935ca3cdb76c72958a69df5463e87efeda3bcb4d_s390x",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:1704adcf32abcc0a56510e019941ebdfc0ae056a08bab577f74bb556f236ad76_arm64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:25bf2476b349aebd2ecebb59b954c8ccfe0b5e54a0f05151050df5deeced997f_ppc64le",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:4107f477d76508d2c0d8a0975ad7a380f4ea4e0013d2fa9a3cb53c5e31610b33_amd64",
"9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:ba5578263f69cbb3f01df209fb05b53822d59efb23deff5c39c93cb4a1b7b386_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:434e66e7b33f24eec7c38b377f088c8f33af062c5640053ee3caa3076bd78a5a_amd64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:a87ab104dd8890cd9773a1f1ba40d6b0033e50ac61b54a723061d6bb91de9b31_arm64",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:c2972e453d001cf38007e4a127b66f7f71c4f0b0055da7447e623f25944de0e5_s390x",
"9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:f6ed6dee24495cb66b5f1b72d5bc0cafcdeac5459f46096e5291966cabf0d85d_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:12f8663548a53fc6952cbdf7b8a49296ba9f4f52a96cd6b4a9fcdf975039d64b_ppc64le",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:6544f34fbecf4fbdeafcdfaded0ada7ac2b4a353b717b963e89afe56939f1ca6_amd64",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:7f54f457f0927bcaa8c5f748413bffdbb945d07cefedb731d298016b73f3dbe9_s390x",
"9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:ad2018f6cc060f8dbee32fab7883700878abd7bd4125e7d9e3f49e4ba1677bc1_arm64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:2ee9bfb1a6c5159b6721c2a3927a30f430b1bdca8d38a876c04b96724764a862_amd64",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:47a7390e82d6099cf38406c205311fda4138f13a231a18da8c067a94082b0f8d_s390x",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c1ac62d487fb216e1d5b75d3d11c619ad8d9b086dac3167c3dd38fa48bf112d3_ppc64le",
"9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:c7517dab9bb3584e9eb835c797fc6a3ec98c023537fa51bf87c347a0a50b0a15_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:3b0d4270876fa855cfbd5fc92946600b04a3489a2d622776f5273013cc3f2753_ppc64le",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:916f3c9f90b294c4e34bf9ca6138c7941fea89f3b1421dbe6124776438025b99_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:94cb7a68a23ce20d1442d60e9c3ef2fe6cf51d40721927c43aeb61c5175e7ca4_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cd4530891ddb67b1c1e1cbce6b34def31cc9b5db5a4df4e603a7cbfae8de9d35_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:48e0b67963e9aff659723e70b83b538b60dec3aad788cd54c7f48039ff9e52aa_arm64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:541658193b00fd5bf83d4ccc59a224a440991ead616172bdf8b89de2ec7c5dec_amd64",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c4898da857e31222ded2df2e973538aaa0787eceab646b78076bf1ce2e81e71f_s390x",
"9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:c962555ef5628577b0810abca325add0ceb3926f0ba5a6cc3d7ecf43f79b4f71_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
RHSA-2025:4012
Vulnerability from csaf_redhat - Published: 2025-04-23 12:41 - Updated: 2026-07-23 09:35A vulnerability was found in the Linux kernel's USB Audio driver. This flaw can allow an attacker with physical access to the system to use a malicious USB device to gain additional access. This is possible by reading arbitrary system memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_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: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64 | — |
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: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.17.26 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.17.\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": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.17.26. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:4014\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of\ngolang.org/x/crypto/ssh (CVE-2025-22869)\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header\nparsing (CVE-2025-30204)\n* kernel: ALSA: usb-audio: Fix out of bounds reads when finding clock\nsources (CVE-2024-53150)\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\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"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:4012",
"url": "https://access.redhat.com/errata/RHSA-2025:4012"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2333971",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333971"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "OCPBUGS-43096",
"url": "https://issues.redhat.com/browse/OCPBUGS-43096"
},
{
"category": "external",
"summary": "OCPBUGS-50579",
"url": "https://issues.redhat.com/browse/OCPBUGS-50579"
},
{
"category": "external",
"summary": "OCPBUGS-51210",
"url": "https://issues.redhat.com/browse/OCPBUGS-51210"
},
{
"category": "external",
"summary": "OCPBUGS-53168",
"url": "https://issues.redhat.com/browse/OCPBUGS-53168"
},
{
"category": "external",
"summary": "OCPBUGS-53323",
"url": "https://issues.redhat.com/browse/OCPBUGS-53323"
},
{
"category": "external",
"summary": "OCPBUGS-54393",
"url": "https://issues.redhat.com/browse/OCPBUGS-54393"
},
{
"category": "external",
"summary": "OCPBUGS-54750",
"url": "https://issues.redhat.com/browse/OCPBUGS-54750"
},
{
"category": "external",
"summary": "OCPBUGS-54767",
"url": "https://issues.redhat.com/browse/OCPBUGS-54767"
},
{
"category": "external",
"summary": "OCPBUGS-54841",
"url": "https://issues.redhat.com/browse/OCPBUGS-54841"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4012.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.17.26 bug fix and security update",
"tracking": {
"current_release_date": "2026-07-23T09:35:13+00:00",
"generator": {
"date": "2026-07-23T09:35:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2025:4012",
"initial_release_date": "2025-04-23T12:41:37+00:00",
"revision_history": [
{
"date": "2025-04-23T12:41:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-23T12:41:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T09:35: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 Container Platform 4.17",
"product": {
"name": "Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.17::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202504141804.p0.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202504141105.p0.g3246300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202504141105.p0.g9b76377.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202504141105.p0.g2bfbba1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"product_id": "openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202504141437.p0.g72f2020.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"product_id": "openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202504141105.p0.g95cbab5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202504150406.p0.g0399efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.17.0-202504141437.p0.g6a8ebdd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202504141105.p0.gded6f9d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.17.0-202504141437.p0.g6a8ebdd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"product": {
"name": "openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"product_id": "openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202504111435.p0.gc30988b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202504112135.p0.g98664c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504140534.p0.g14489f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9\u0026tag=v4.17.0-202504141804.p0.g5f18d29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"product_id": "openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"product_id": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=v4.17.0-202504150406.p0.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.17.0-202504160043.p0.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"product_id": "openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202504141105.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"product_id": "openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202504141105.p0.g0000b3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"product": {
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"product_id": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44?arch=s390x\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202504142154-0"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202504141804.p0.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.17.0-202504141105.p0.g6d5c18e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.17.0-202504141105.p0.g391f57f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.17.0-202504150406.p0.gb698ea3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202504141105.p0.g3246300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202504141105.p0.g9b76377.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202504141105.p0.g2bfbba1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"product_id": "openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202504141437.p0.g72f2020.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"product_id": "openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202504141105.p0.g95cbab5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202504150406.p0.g0399efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.17.0-202504141437.p0.g6a8ebdd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202504141105.p0.gded6f9d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.17.0-202504141437.p0.g6a8ebdd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"product": {
"name": "openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"product_id": "openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202504111435.p0.gc30988b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202504112135.p0.g98664c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"product_id": "openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"product_id": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=v4.17.0-202504150406.p0.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=v4.17.0-202504150305.p0.g0bff150.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.17.0-202504160043.p0.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"product_id": "openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202504141105.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"product_id": "openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202504141105.p0.g0000b3e.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202504141804.p0.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202504141105.p0.g3246300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202504141105.p0.g9b76377.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202504141105.p0.g2bfbba1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"product_id": "openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202504141437.p0.g72f2020.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"product_id": "openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202504141105.p0.g95cbab5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202504150406.p0.g0399efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.17.0-202504141437.p0.g6a8ebdd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202504141105.p0.gded6f9d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.17.0-202504141437.p0.g6a8ebdd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"product": {
"name": "openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"product_id": "openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202504111435.p0.gc30988b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202504112135.p0.g98664c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504140534.p0.g14489f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"product_id": "openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"product_id": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=v4.17.0-202504150406.p0.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.17.0-202504160043.p0.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"product_id": "openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202504141105.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"product": {
"name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"product_id": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9\u0026tag=v4.17.0-202504111306.p0.gd7b13a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"product_id": "openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202504141105.p0.g0000b3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"product": {
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"product_id": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44?arch=ppc64le\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202504142154-0"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202504141804.p0.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.17.0-202504141105.p0.g6d5c18e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.17.0-202504141105.p0.g391f57f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.17.0-202504150406.p0.gb698ea3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202504141105.p0.g3246300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202504141105.p0.g9b76377.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202504141105.p0.g2bfbba1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"product_id": "openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202504141437.p0.g72f2020.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"product_id": "openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202504141105.p0.g95cbab5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202504150406.p0.g0399efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.17.0-202504141437.p0.g6a8ebdd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202504141105.p0.gded6f9d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.17.0-202504141437.p0.g6a8ebdd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"product": {
"name": "openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"product_id": "openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202504111435.p0.gc30988b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202504112135.p0.g98664c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504140534.p0.g14489f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9\u0026tag=v4.17.0-202504141804.p0.g5f18d29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"product_id": "openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"product_id": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=v4.17.0-202504150406.p0.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=v4.17.0-202504150305.p0.g0bff150.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.17.0-202504160043.p0.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"product_id": "openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202504141105.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"product": {
"name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"product_id": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9\u0026tag=v4.17.0-202504111306.p0.gd7b13a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"product_id": "openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202504141105.p0.g0000b3e.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"product": {
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"product_id": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44?arch=aarch64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202504142154-0"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64",
"product": {
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64",
"product_id": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44?arch=x86_64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202504142154-0"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x"
},
"product_reference": "openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le"
},
"product_reference": "openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64"
},
"product_reference": "openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64"
},
"product_reference": "openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64"
},
"product_reference": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le"
},
"product_reference": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64"
},
"product_reference": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le"
},
"product_reference": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x"
},
"product_reference": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
},
"product_reference": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-53150",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2024-12-24T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333971"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the Linux kernel\u0027s USB Audio driver. This flaw can allow an attacker with physical access to the system to use a malicious USB device to gain additional access. This is possible by reading arbitrary system memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ALSA: usb-audio: Fix out of bounds reads when finding clock sources",
"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-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
],
"known_not_affected": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-53150"
},
{
"category": "external",
"summary": "RHBZ#2333971",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333971"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-53150",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53150"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-53150",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53150"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024122427-CVE-2024-53150-3a7d@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024122427-CVE-2024-53150-3a7d@gregkh/T"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2024-12-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-23T12:41:37+00:00",
"details": "For OpenShift Container Platform 4.17 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 asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:a659df5d19dcdbc7fd9ede710b213cf5b269c31612d1b5ae3d01a8e5e5619bfc\n\n (For s390x architecture)\n The image digest is sha256:6a672395f38e3c2cab7603ff0a47f8910fbcfd36df8c065f17ef493740dae9fe\n\n (For ppc64le architecture)\n The image digest is sha256:b2dab96379380102a1bc3dfcca3844d754b12ba80a4532ae1e25eb46f14c9b6b\n\n (For aarch64 architecture)\n The image digest is sha256:7ebda0cff02ca44d6fe8b8b849846b25d978efa249c6f273ed8e54efbb799ea6\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4012"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module snd-usb-audio from being loaded.\n\nAs the snd_usb_audio module will be auto-loaded when a usb device is hot plugged, the module can be prevented by loading with the following instructions:\n\n# echo \"install snd_usb_audio /bin/true\" \u003e\u003e /etc/modprobe.d/disable-snd-usb-audio.conf\n\nThe system will need to be restarted if the modules are loaded. In most circumstances, the sound kernel modules will be unable to be unloaded while any programs are active and the device are in use.\n\nIf the system requires this module to work correctly, this mitigation may not be suitable.\n\nIf you need further assistance, see KCS article https://access.redhat.com/solutions/41278 or contact Red Hat Global Support Services.",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2025-04-09T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ALSA: usb-audio: Fix out of bounds reads when finding clock sources"
},
{
"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": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
}
],
"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": [
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le"
],
"known_not_affected": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
},
"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-23T12:41:37+00:00",
"details": "For OpenShift Container Platform 4.17 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 asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:a659df5d19dcdbc7fd9ede710b213cf5b269c31612d1b5ae3d01a8e5e5619bfc\n\n (For s390x architecture)\n The image digest is sha256:6a672395f38e3c2cab7603ff0a47f8910fbcfd36df8c065f17ef493740dae9fe\n\n (For ppc64le architecture)\n The image digest is sha256:b2dab96379380102a1bc3dfcca3844d754b12ba80a4532ae1e25eb46f14c9b6b\n\n (For aarch64 architecture)\n The image digest is sha256:7ebda0cff02ca44d6fe8b8b849846b25d978efa249c6f273ed8e54efbb799ea6\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4012"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
}
],
"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-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
}
],
"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-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": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
}
],
"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": [
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le"
],
"known_not_affected": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
},
"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-23T12:41:37+00:00",
"details": "For OpenShift Container Platform 4.17 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 asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:a659df5d19dcdbc7fd9ede710b213cf5b269c31612d1b5ae3d01a8e5e5619bfc\n\n (For s390x architecture)\n The image digest is sha256:6a672395f38e3c2cab7603ff0a47f8910fbcfd36df8c065f17ef493740dae9fe\n\n (For ppc64le architecture)\n The image digest is sha256:b2dab96379380102a1bc3dfcca3844d754b12ba80a4532ae1e25eb46f14c9b6b\n\n (For aarch64 architecture)\n The image digest is sha256:7ebda0cff02ca44d6fe8b8b849846b25d978efa249c6f273ed8e54efbb799ea6\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4012"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
}
],
"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-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:4171
Vulnerability from csaf_redhat - Published: 2025-04-24 11:52 - Updated: 2026-07-23 09:35A 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: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le | — |
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: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Builds 1.3 release",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Builds 1.3",
"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:4171",
"url": "https://access.redhat.com/errata/RHSA-2025:4171"
},
{
"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-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.openshift.com/builds/1.1/about/overview-openshift-builds.html",
"url": "https://docs.openshift.com/builds/1.1/about/overview-openshift-builds.html"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4171.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Builds 1.3",
"tracking": {
"current_release_date": "2026-07-23T09:35:22+00:00",
"generator": {
"date": "2026-07-23T09:35:22+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2025:4171",
"initial_release_date": "2025-04-24T11:52:49+00:00",
"revision_history": [
{
"date": "2025-04-24T11:52:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-18T05:32:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T09:35:22+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Builds for Red Hat OpenShift 1.3.2",
"product": {
"name": "Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_builds:1.3::el9"
}
}
}
],
"category": "product_family",
"name": "Builds for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3A0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744785360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3A243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744785084"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3A7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744792586"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3A9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744786270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-rhel9-operator@sha256%3A2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744862649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-operator-bundle@sha256%3A53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744896804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3A6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744789746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3A17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744790944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3Ad391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744787137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3A646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744793386"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3A3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744785360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3A22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744785084"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3A11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744792586"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3A3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744786270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-rhel9-operator@sha256%3Afd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744862649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3Aceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744789746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3A50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744790944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3Ae3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744787137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3A8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744793386"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3A6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744785360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3A63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744785084"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3A8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744792586"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3A41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744786270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-rhel9-operator@sha256%3A8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744862649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3A23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744789746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3Ad1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744790944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3A60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744787137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3Ab8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744793386"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3A47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744785360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3A7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744785084"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3Ab31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744792586"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3Ae7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744786270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-rhel9-operator@sha256%3A329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744862649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3A97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744789746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3A0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744790944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3Ae8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744787137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3Ab0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744793386"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64 as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64 as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64 as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64 as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64 as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64 as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64 as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64 as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64 as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64 as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64 as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64 as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64 as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64 as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64 as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64 as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64 as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64 as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64 as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le as a component of Builds for Red Hat OpenShift 1.3.2",
"product_id": "Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.2"
}
]
},
"vulnerabilities": [
{
"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": [
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le"
]
}
],
"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": [
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le"
],
"known_not_affected": [
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le"
]
},
"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-24T11:52:49+00:00",
"details": "It is recommended that existing users of Red Hat OpenShift Builds 1.2 to 1.3.",
"product_ids": [
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4171"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le"
]
}
],
"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-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": [
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le"
]
}
],
"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": [
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le"
],
"known_not_affected": [
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le"
]
},
"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-24T11:52:49+00:00",
"details": "It is recommended that existing users of Red Hat OpenShift Builds 1.2 to 1.3.",
"product_ids": [
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4171"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x",
"Builds for Red Hat OpenShift 1.3.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:4188
Vulnerability from csaf_redhat - Published: 2025-04-24 13:21 - Updated: 2026-07-23 09:35A 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: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64 | — |
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64 | — |
Workaround
|
|
| Unresolved product id: Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_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": "Red Hat OpenShift Builds 1.2 release",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Builds 1.2",
"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:4188",
"url": "https://access.redhat.com/errata/RHSA-2025:4188"
},
{
"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-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.openshift.com/builds/1.1/about/overview-openshift-builds.html",
"url": "https://docs.openshift.com/builds/1.1/about/overview-openshift-builds.html"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4188.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Builds 1.2",
"tracking": {
"current_release_date": "2026-07-23T09:35:23+00:00",
"generator": {
"date": "2026-07-23T09:35:23+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2025:4188",
"initial_release_date": "2025-04-24T13:21:19+00:00",
"revision_history": [
{
"date": "2025-04-24T13:21:19+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-18T05:32:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T09:35:23+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Builds for Red Hat OpenShift 1.2.1",
"product": {
"name": "Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_builds:1.2::el9"
}
}
}
],
"category": "product_family",
"name": "Builds for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3A325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3A131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744785603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3A3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3Aea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744792147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-rhel9-operator@sha256%3Aa855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744797289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-operator-bundle@sha256%3A3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744820842"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3A46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744786941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3A73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744786064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3A3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3A50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783467"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3Ad6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3Ab1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744785603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3Af0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3A7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744792147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3Ad369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744786941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3Ab28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744786064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3Ac3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3A5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783467"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3Afedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3A9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744785603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3A50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3A6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744792147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3A14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744786941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3A4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744786064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3Ad545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3Ac671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783467"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3A89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3A96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744785603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3A0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3A3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744792147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3A6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744786941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3A087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744786064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3Af0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3A6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783467"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64 as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64 as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64 as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64 as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64 as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64 as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64 as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64 as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64 as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64 as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64 as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64 as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64 as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64 as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64 as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64 as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64 as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64 as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le as a component of Builds for Red Hat OpenShift 1.2.1",
"product_id": "Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.1"
}
]
},
"vulnerabilities": [
{
"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": [
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le"
],
"known_not_affected": [
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-24T13:21:19+00:00",
"details": "It is recommended that existing users of Red Hat OpenShift Builds 1.1 to 1.2.",
"product_ids": [
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4188"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le"
]
}
],
"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-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": [
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le"
],
"known_not_affected": [
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-24T13:21:19+00:00",
"details": "It is recommended that existing users of Red Hat OpenShift Builds 1.1 to 1.2.",
"product_ids": [
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4188"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x",
"Builds for Red Hat OpenShift 1.2.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:4502
Vulnerability from csaf_redhat - Published: 2025-05-06 06:29 - Updated: 2026-07-23 09:36A 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: 9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_amd64 | — |
Vendor Fix
fix
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: 9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_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": "Red Hat Advanced Cluster Management for Kubernetes 2.10.8 General\nAvailability release images, which fix bugs and update container images.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.10.8 images\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console\u2014with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which fix several bugs. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/release_notes/\n\nSecurity fix(es):\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)",
"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:4502",
"url": "https://access.redhat.com/errata/RHSA-2025:4502"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/release_notes/",
"url": "https://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/release_notes/"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "ACM-10166",
"url": "https://issues.redhat.com/browse/ACM-10166"
},
{
"category": "external",
"summary": "ACM-17998",
"url": "https://issues.redhat.com/browse/ACM-17998"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4502.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management 2.10.8 container updates",
"tracking": {
"current_release_date": "2026-07-23T09:36:37+00:00",
"generator": {
"date": "2026-07-23T09:36:37+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2025:4502",
"initial_release_date": "2025-05-06T06:29:57+00:00",
"revision_history": [
{
"date": "2025-05-06T06:29:57+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-06T06:29:57+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T09:36:37+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.10::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.10.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64",
"product": {
"name": "rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64",
"product_id": "rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64",
"product": {
"name": "rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64",
"product_id": "rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64",
"product_id": "rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.10.8-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.10.8-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64",
"product_id": "rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.10.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.10.8-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64",
"product_id": "rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64",
"product_id": "rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64",
"product_id": "rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64",
"product_id": "rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64",
"product_id": "rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.10.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.10.8-7"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.10.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le",
"product_id": "rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.10.8-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le",
"product": {
"name": "rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le",
"product_id": "rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le",
"product": {
"name": "rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le",
"product_id": "rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le",
"product_id": "rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.10.8-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.10.8-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le",
"product_id": "rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.10.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.10.8-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le",
"product_id": "rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le",
"product_id": "rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le",
"product_id": "rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le",
"product_id": "rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le",
"product_id": "rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.10.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.10.8-7"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.10.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x",
"product_id": "rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.10.8-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x",
"product": {
"name": "rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x",
"product_id": "rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x",
"product": {
"name": "rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x",
"product_id": "rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x",
"product_id": "rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.10.8-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.10.8-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x",
"product_id": "rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.10.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.10.8-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x",
"product_id": "rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x",
"product_id": "rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x",
"product_id": "rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x",
"product_id": "rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x",
"product_id": "rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.10.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.10.8-7"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.10.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64",
"product_id": "rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.10.8-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64",
"product": {
"name": "rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64",
"product_id": "rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64",
"product": {
"name": "rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64",
"product_id": "rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64",
"product_id": "rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.10.8-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.10.8-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64",
"product_id": "rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.10.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.10.8-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64",
"product_id": "rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64",
"product_id": "rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64",
"product_id": "rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64",
"product_id": "rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_amd64",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_amd64",
"product_id": "rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.10.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.10.8-7"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64"
},
"product_reference": "rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64"
},
"product_reference": "rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le"
},
"product_reference": "rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x"
},
"product_reference": "rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le"
},
"product_reference": "rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64"
},
"product_reference": "rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x"
},
"product_reference": "rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64"
},
"product_reference": "rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_amd64"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
}
]
},
"vulnerabilities": [
{
"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",
"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": [
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_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-05-06T06:29:57+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.",
"product_ids": [
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4502"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_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": [
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_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-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"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": [
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_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-05-06T06:29:57+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.",
"product_ids": [
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4502"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_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": [
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_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.