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 | CPE status | |
|---|---|---|---|---|
| golang.org/x/crypto | golang.org/x/crypto/ssh |
Affected:
0 , < 0.35.0
(semver)
|
guessed |
{
"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-09-10",
"epss": "0.00921",
"percentile": "0.58219"
},
"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-09-10T21:56:28+00:00",
"cve": "CVE-2025-22869",
"id": "CVE-2025-22869",
"initial_release_date": "2025-02-26T03:07:48.855000+00:00",
"product_status:fixed": "2839",
"product_status:known_affected": "53",
"product_status:known_not_affected": "6263",
"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:3813
Vulnerability from csaf_redhat - Published: 2025-04-10 14:56 - Updated: 2026-09-11 01:45A 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/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_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: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_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: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_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": "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:3813",
"url": "https://access.redhat.com/errata/RHSA-2025:3813"
},
{
"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-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-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_3813.json"
}
],
"title": "Red Hat Security Advisory: RHTAS 1.1.2 - Red Hat Trusted Artifact Signer Release",
"tracking": {
"current_release_date": "2026-09-11T01:45:57+00:00",
"generator": {
"date": "2026-09-11T01:45:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.18"
}
},
"id": "RHSA-2025:3813",
"initial_release_date": "2025-04-10T14:56:45+00:00",
"revision_history": [
{
"date": "2025-04-10T14:56:45+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-04T00:36:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-11T01:45:57+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/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64",
"product": {
"name": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64",
"product_id": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64",
"product_identification_helper": {
"purl": "pkg:oci/timestamp-authority-rhel9@sha256%3A796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.2-1743007818"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_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/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
},
"product_reference": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
}
]
},
"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": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_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-10T14:56:45+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/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3813"
},
{
"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/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_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/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_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": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_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-10T14:56:45+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/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3813"
},
{
"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/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_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/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_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": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_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-10T14:56:45+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/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3813"
},
{
"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/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_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/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:3814
Vulnerability from csaf_redhat - Published: 2025-04-10 15:20 - Updated: 2026-09-11 01:45A 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/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_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: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_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: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_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": "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:3814",
"url": "https://access.redhat.com/errata/RHSA-2025:3814"
},
{
"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-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-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_3814.json"
}
],
"title": "Red Hat Security Advisory: RHTAS 1.1.2 - Red Hat Trusted Artifact Signer Release",
"tracking": {
"current_release_date": "2026-09-11T01:45:58+00:00",
"generator": {
"date": "2026-09-11T01:45:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.18"
}
},
"id": "RHSA-2025:3814",
"initial_release_date": "2025-04-10T15:20:44+00:00",
"revision_history": [
{
"date": "2025-04-10T15:20:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-04T00:36:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-11T01:45:58+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/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"product": {
"name": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"product_id": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rekor-backfill-redis-rhel9@sha256%3A6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.2-1743005960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"product": {
"name": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"product_id": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rekor-cli-rhel9@sha256%3A4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.2-1743005970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64",
"product": {
"name": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64",
"product_id": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rekor-server-rhel9@sha256%3A3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.2-1743005931"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_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/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64"
},
"product_reference": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_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/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64"
},
"product_reference": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_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/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
},
"product_reference": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
}
]
},
"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": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_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-10T15:20:44+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/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3814"
},
{
"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/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_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/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_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": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_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-10T15:20:44+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/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3814"
},
{
"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/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_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/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_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": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_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-10T15:20:44+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/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3814"
},
{
"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/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_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/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:3820
Vulnerability from csaf_redhat - Published: 2025-04-10 17:22 - Updated: 2026-09-11 01:45A 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
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64 | — | ||
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_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: 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-09-11T01:45:59+00:00",
"generator": {
"date": "2026-09-11T01:45:59+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.18"
}
},
"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-09-04T00:36:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-11T01:45:59+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"
}
],
"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-09-10 22:05A 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-09-10T22:05:41+00:00",
"generator": {
"date": "2026-09-10T22:05:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.18"
}
},
"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-09-10T22:05:41+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-09-10 22:05A 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-09-10T22:05:42+00:00",
"generator": {
"date": "2026-09-10T22:05:42+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.18"
}
},
"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-09-10T22:05:42+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-09-10 22:05A 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-09-10T22:05:46+00:00",
"generator": {
"date": "2026-09-10T22:05:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.18"
}
},
"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-09-10T22:05:46+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-09-10 22:05A 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-09-10T22:05:47+00:00",
"generator": {
"date": "2026-09-10T22:05:47+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.18"
}
},
"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-09-10T22:05:47+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-09-10 22:05A 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-09-10T22:05:52+00:00",
"generator": {
"date": "2026-09-10T22:05:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.18"
}
},
"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-09-10T22:05:52+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-09-11 01:46A 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-09-11T01:46:06+00:00",
"generator": {
"date": "2026-09-11T01:46:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.18"
}
},
"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-09-11T01:46: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 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-09-11 01:46A 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-09-11T01:46:07+00:00",
"generator": {
"date": "2026-09-11T01:46:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.18"
}
},
"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-09-04T00:36:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-11T01:46:07+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"
}
]
}
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.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.